diff --git a/NEWS b/NEWS index 548d7d1..2f4a07b 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +CityHash vXXX, DATE + + * Fixed a typo in README + CityHash v1.0.1, April 28, 2011 * Added README, NEWS, and COPYING. The README contains installation and diff --git a/README b/README index 1bef6a9..2a102da 100644 --- a/README +++ b/README @@ -136,7 +136,7 @@ SMHasher isn't perfect, but it seems to find any significant flaw. SMHasher is available at http://code.google.com/p/smhasher/ SMHasher is designed to pass a 32-bit seed to the hash functions it tests. -None of functions is designed to work that way, so we adapt as follows: +No CityHash function is designed to work that way, so we adapt as follows: For our functions that accept a seed, we use the given seed directly (padded with zeroes); for our functions that don't accept a seed, we hash the concatenation of the given seed and the input string.