about summary refs log tree commit diff
path: root/src/libstore/store.hh
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2005-01-20T16·01+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2005-01-20T16·01+0000
commit6a0a2d559336b3a7a165fb0f87f5e70caa9d8d72 (patch)
tree0ec39aaa3ed200d9d0fa5be37eed0a7f7b2a218e /src/libstore/store.hh
parent6bb5efadeceb8c4666c227a44113709bb47d23cb (diff)
* Terminology fixes.
Diffstat (limited to '')
-rw-r--r--src/libstore/store.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/store.hh b/src/libstore/store.hh
index 8f5190f804c5..d59634a830e7 100644
--- a/src/libstore/store.hh
+++ b/src/libstore/store.hh
@@ -45,7 +45,7 @@ typedef list<pair<Path, Substitute> > SubstitutePairs;
 void registerSubstitutes(const Transaction & txn,
     const SubstitutePairs & subPairs);
 
-/* Return the substitutes expression for the given path. */
+/* Return the substitutes for the given path. */
 Substitutes querySubstitutes(const Path & srcPath);
 
 /* Deregister all substitutes. */