summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorAndrey Belov <defan@nginx.com>2012-04-05 19:49:34 +0000
committerAndrey Belov <defan@nginx.com>2012-04-05 19:49:34 +0000
commitbd6d421816f6e317eec512620a51aa0521288405 (patch)
treef97d88385e52a0f14f3eddf7f6c1f0b8c2613f24 /src
parent13d5d85861ce8e0fdeb8d10e386dd8a072c5778d (diff)
downloadnginx-bd6d421816f6e317eec512620a51aa0521288405.tar.gz
nginx-bd6d421816f6e317eec512620a51aa0521288405.tar.bz2
Comment fixed.
Diffstat (limited to 'src')
-rw-r--r--src/core/ngx_murmurhash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ngx_murmurhash.h b/src/core/ngx_murmurhash.h
index 2b2b70d6c..54e867d30 100644
--- 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_ */