Skip to content

Commit

Permalink
fix typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
gpike committed Apr 29, 2011
1 parent 8eded14 commit ddef138
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ddef138

Please sign in to comment.