summaryrefslogtreecommitdiff
path: root/murmur3_hash.c
diff options
context:
space:
mode:
authorclark.kang <clark.kang@kakao.com>2014-12-25 01:04:03 +0900
committerdormando <dormando@rydia.net>2014-12-31 23:13:54 -0800
commit81176472b1b96a511e5dc46d82c29ec3eefb96b0 (patch)
treef8f06ed7ad1c93d4512ef725bf0eb97dd7834982 /murmur3_hash.c
parentf87ac298bb36ba14abe1f4407c6fd04ca11579e8 (diff)
downloadmemcached-81176472b1b96a511e5dc46d82c29ec3eefb96b0.tar.gz
fix typos
Diffstat (limited to 'murmur3_hash.c')
-rw-r--r--murmur3_hash.c2
1 files changed, 1 insertions, 1 deletions
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)
{