Hash: Fix typo, refs #7957.

[SVN r82674]
This commit is contained in:
Daniel James
2013-01-31 21:57:26 +00:00
parent b0dac159c2
commit 9c8cccb1ea

View File

@@ -38,7 +38,7 @@ function, such as [@http://www.concentric.net/~ttwang/tech/inthash.htm
Thomas Wang's hash function]. This this may not work as Thomas Wang's hash function]. This this may not work as
well as a hash algorithm tailored for the input. well as a hash algorithm tailored for the input.
For strings that are several fast, high quality hash functions For strings there are several fast, high quality hash functions
available (for example [@http://code.google.com/p/smhasher/ MurmurHash3] available (for example [@http://code.google.com/p/smhasher/ MurmurHash3]
and [@http://code.google.com/p/cityhash/ Google's CityHash]), and [@http://code.google.com/p/cityhash/ Google's CityHash]),
although they tend to be more machine specific. although they tend to be more machine specific.