[nginx] svn commit: r4576 - trunk/src/core
defan at nginx.com
defan at nginx.com
Thu Apr 5 19:49:34 UTC 2012
Author: defan
Date: 2012-04-05 19:49:34 +0000 (Thu, 05 Apr 2012)
New Revision: 4576
URL: http://trac.nginx.org/nginx/changeset/4576/nginx
Log:
Comment fixed.
Modified:
trunk/src/core/ngx_murmurhash.h
Modified: trunk/src/core/ngx_murmurhash.h
===================================================================
--- trunk/src/core/ngx_murmurhash.h 2012-04-05 15:32:43 UTC (rev 4575)
+++ trunk/src/core/ngx_murmurhash.h 2012-04-05 19:49:34 UTC (rev 4576)
@@ -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_ */
More information about the nginx-devel
mailing list