From 81176472b1b96a511e5dc46d82c29ec3eefb96b0 Mon Sep 17 00:00:00 2001 From: "clark.kang" Date: Thu, 25 Dec 2014 01:04:03 +0900 Subject: fix typos --- murmur3_hash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'murmur3_hash.c') diff --git a/murmur3_hash.c b/murmur3_hash.c index 4aa4f93..9c3edf3 100644 --- a/murmur3_hash.c +++ b/murmur3_hash.c @@ -66,7 +66,7 @@ static FORCE_INLINE uint32_t fmix32 ( uint32_t h ) //----------------------------------------------------------------------------- -/* Defintion modified slightly from the public domain interface (no seed + +/* Definition modified slightly from the public domain interface (no seed + * return value */ uint32_t MurmurHash3_x86_32 ( const void * key, size_t length) { -- cgit v1.2.1