about summary refs log tree commit diff
path: root/src/libutil/hash.hh
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2006-02-01T16·48+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2006-02-01T16·48+0000
commit8291f6d96845163850a2451fff4a03a292fa71b6 (patch)
tree62609f683f51d883c5a710acff0272eca5a085d5 /src/libutil/hash.hh
parent9e4ffc43a2a6b67643765efd48198f218fcf0530 (diff)
* bsdiff updated to 4.3. This makes Nix depend on libbz2.
Diffstat (limited to 'src/libutil/hash.hh')
-rw-r--r--src/libutil/hash.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libutil/hash.hh b/src/libutil/hash.hh
index 0a0dfed7ee..97466cf9ef 100644
--- a/src/libutil/hash.hh
+++ b/src/libutil/hash.hh
@@ -66,7 +66,7 @@ Hash hashString(HashType ht, const string & s);
 Hash hashFile(HashType ht, const Path & path);
 
 /* Compute the hash of the given path.  The hash is defined as
-   md5(dump(path)). */
+   (essentially) hashString(ht, dumpPath(path)). */
 Hash hashPath(HashType ht, const Path & path);
 
 /* Compress a hash to the specified number of bytes by cyclically