about summary refs log tree commit diff
path: root/src/libexpr/primops.cc
diff options
context:
space:
mode:
authorvolth <volth@webmaster.ms>2018-07-05T11·58+0000
committerGitHub <noreply@github.com>2018-07-05T11·58+0000
commitee218f99cac96bfd48aeb8fa17c271bcc2515ab1 (patch)
tree53881ef5aa93dc092266cfa1ed42ff09f28b4814 /src/libexpr/primops.cc
parent403a76a18fbbbc7b1ad4b65ed8c66c9abbbffa6f (diff)
primops.cc: fix comment
Diffstat (limited to 'src/libexpr/primops.cc')
-rw-r--r--src/libexpr/primops.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libexpr/primops.cc b/src/libexpr/primops.cc
index 7ff57f0b01..aea2a34354 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);