diff 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
line wrap: on
line diff
--- a/src/core/ngx_murmurhash.h
+++ b/src/core/ngx_murmurhash.h
@@ -16,4 +16,4 @@
 uint32_t ngx_murmur_hash2(u_char *data, size_t len);
 
 
-#endif /* _NGX_CRC_H_INCLUDED_ */
+#endif /* _NGX_MURMURHASH_H_INCLUDED_ */