about summary refs log tree commit diff
path: root/src/libstore/store.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstore/store.cc')
-rw-r--r--src/libstore/store.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/store.cc b/src/libstore/store.cc
index 631984784f..97b7f5fe8a 100644
--- a/src/libstore/store.cc
+++ b/src/libstore/store.cc
@@ -51,7 +51,7 @@ static TableId dbReferers = 0;
    One system can compute a derivate and put it on a website (as a Nix
    archive), for instance, and then another system can register a
    substitute for that derivate.  The substitute in this case might be
-   a Nix expression that fetches the Nix archive.
+   a Nix derivation that fetches the Nix archive.
 */
 static TableId dbSubstitutes = 0;