aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohn Ericson <git@JohnEricson.me>2020-03-19 23:38:51 -0400
committerGitHub <noreply@github.com>2020-03-19 23:38:51 -0400
commite3173242362c8421429633c0e9f64ab0211760bd (patch)
treedb3f7e88400ce221e12ca0fea1a75ef54207aa2e /src
parentd5b3328dd1e3de8910b237d54fb9dbf36629870f (diff)
Apply suggestions from code review
Diffstat (limited to 'src')
-rw-r--r--src/libstore/derivations.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libstore/derivations.hh b/src/libstore/derivations.hh
index 9f8b7a23e..5e708642e 100644
--- a/src/libstore/derivations.hh
+++ b/src/libstore/derivations.hh
@@ -109,8 +109,8 @@ typedef std::variant<
*output paths* should not change. On the other hand, the *derivation
paths* should change to reflect the new dependency graph.
- For fixed output derivations, this returns a map from the names of
- each output to hashes unique up to the outputs' contents.
+ For fixed-output derivations, this returns a map from the name of
+ each output to its hash, unique up to the output's contents.
For regular derivations, it returns a single hash of the derivation
ATerm, after subderivations have been likewise expunged from that