changeset 4575:709d7d24239d

Comment fixed.
author Andrey Belov <defan@nginx.com>
date Thu, 05 Apr 2012 19:49:34 +0000
parents b1ba43f905f8
children 876e6b0814a5
files src/core/ngx_murmurhash.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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_ */