diff options
author | volth <volth@webmaster.ms> | 2018-07-05T11·58+0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-05T11·58+0000 |
commit | ee218f99cac96bfd48aeb8fa17c271bcc2515ab1 (patch) | |
tree | 53881ef5aa93dc092266cfa1ed42ff09f28b4814 /src/libexpr/primops.cc | |
parent | 403a76a18fbbbc7b1ad4b65ed8c66c9abbbffa6f (diff) |
primops.cc: fix comment
Diffstat (limited to 'src/libexpr/primops.cc')
-rw-r--r-- | src/libexpr/primops.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libexpr/primops.cc b/src/libexpr/primops.cc index 7ff57f0b01ce..aea2a34354bc 100644 --- a/src/libexpr/primops.cc +++ b/src/libexpr/primops.cc @@ -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); |