comparison src/core/ngx_murmurhash.h @ 4575:709d7d24239d

Comment fixed.
author Andrey Belov <defan@nginx.com>
date Thu, 05 Apr 2012 19:49:34 +0000
parents d620f497c50f
children
comparison
equal deleted inserted replaced
4574:b1ba43f905f8 4575:709d7d24239d
14 14
15 15
16 uint32_t ngx_murmur_hash2(u_char *data, size_t len); 16 uint32_t ngx_murmur_hash2(u_char *data, size_t len);
17 17
18 18
19 #endif /* _NGX_CRC_H_INCLUDED_ */ 19 #endif /* _NGX_MURMURHASH_H_INCLUDED_ */