about summary refs log tree commit diff stats
path: root/069hash.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2017-11-03 18:01:59 -0700
committerKartik K. Agaram <vc@akkartik.com>2017-11-03 18:01:59 -0700
commit504292f6f1a283af39de305879b50f16d6180caa (patch)
treeef610f9673c7ce3b982f50fc464e60acd1fc82f4 /069hash.cc
parentf78e5cb23573294f43b15021c19c00d8d2831b5e (diff)
downloadmu-504292f6f1a283af39de305879b50f16d6180caa.tar.gz
4106
Diffstat (limited to '069hash.cc')
-rw-r--r--069hash.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/069hash.cc b/069hash.cc
index 75781ec6..8334e80c 100644
--- a/069hash.cc
+++ b/069hash.cc
@@ -1,4 +1,4 @@
-// A universal hash function that can handle objects of any type.
+// Compute a hash for objects of any type.
 //
 // The way it's currently implemented, two objects will have the same hash if
 // all their non-address fields (all the way down) expand to the same sequence