removing warnings.
[feisty_meow.git] / nucleus / library / structures / hash_table.h
index 4eb0285620543af95183efef5737a5b1d49b11f3..2560bc7619a6f657233b5e39daa2ce6b43fca79b 100644 (file)
@@ -59,7 +59,7 @@ public:
   The buckets are currently simple lists, but if the hashing algorithm is well
   chosen, then that's not a major problem.  This makes lookups a lot faster
   than a linear search, but no particular performance guarantees are made at
-  this time (hmmm).
+  this time.
 */
 
 template <class key_type, class contents>