Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Belov <defan@nginx.com>2012-04-05 23:49:34 +0400
committerAndrey Belov <defan@nginx.com>2012-04-05 23:49:34 +0400
commitbd6d421816f6e317eec512620a51aa0521288405 (patch)
treef97d88385e52a0f14f3eddf7f6c1f0b8c2613f24 /src/core/ngx_murmurhash.h
parent13d5d85861ce8e0fdeb8d10e386dd8a072c5778d (diff)
Comment fixed.
Diffstat (limited to 'src/core/ngx_murmurhash.h')
-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_ */