From 9c8cccb1ea154e194585a770b0912528a57d3c78 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Thu, 31 Jan 2013 21:57:26 +0000 Subject: [PATCH] Hash: Fix typo, refs #7957. [SVN r82674] --- hash/doc/rationale.qbk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hash/doc/rationale.qbk b/hash/doc/rationale.qbk index ab03d8b..8621081 100644 --- a/hash/doc/rationale.qbk +++ b/hash/doc/rationale.qbk @@ -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 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] and [@http://code.google.com/p/cityhash/ Google's CityHash]), although they tend to be more machine specific.