primops.cc: fix comment

This commit is contained in:
volth 2018-07-05 11:58:15 +00:00 committed by GitHub
parent 403a76a18f
commit ee218f99ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1356,7 +1356,7 @@ static void prim_functionArgs(EvalState & state, const Pos & pos, Value * * args
}
/* Apply a function to every element of a list. */
/* Apply a function to every element of an attribute set. */
static void prim_mapAttrs(EvalState & state, const Pos & pos, Value * * args, Value & v)
{
state.forceFunction(*args[0], pos);