summaryrefslogtreecommitdiff
path: root/src/support/hash_fnv.c
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@wiredtiger.com>2013-11-05 09:47:47 +1100
committerMichael Cahill <michael.cahill@wiredtiger.com>2013-11-05 09:47:47 +1100
commitb73712ffacba582a0ee38eb9fa878f736f38a77b (patch)
tree67b8a358cfa9ea9cfce5361f1fd4a9c90f535ed5 /src/support/hash_fnv.c
parentaa6c1500b2e3cb5369a646297bfaa3955f26758c (diff)
downloadmongo-b73712ffacba582a0ee38eb9fa878f736f38a77b.tar.gz
Create a Python pass for source code style checking (to eventually replace s_style).
Diffstat (limited to 'src/support/hash_fnv.c')
-rw-r--r--src/support/hash_fnv.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/support/hash_fnv.c b/src/support/hash_fnv.c
index 111556b62a6..099dba1ec73 100644
--- a/src/support/hash_fnv.c
+++ b/src/support/hash_fnv.c
@@ -109,7 +109,8 @@
#define FNV1A_64_INIT ((uint64_t)0xcbf29ce484222325ULL)
/*
- * fnv_64a_buf - perform a 64 bit Fowler/Noll/Vo FNV-1a hash on a buffer
+ * fnv_64a_buf --
+ * Perform a 64 bit Fowler/Noll/Vo FNV-1a hash on a buffer
*
* input:
* buf - start of buffer to hash