From 126c4e7a679aecd267ea14de136814b7fb25d9fd Mon Sep 17 00:00:00 2001
From: Stefen Guzik <guzik2@llnl.gov>
Date: Tue, 21 Nov 2006 07:55:29 +0000
Subject: [PATCH] comment

---
 Common/Hash.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Common/Hash.h b/Common/Hash.h
index 3fd2004628..43a0febfe8 100644
--- a/Common/Hash.h
+++ b/Common/Hash.h
@@ -1,6 +1,8 @@
 #ifndef _HASH_H_
 #define _HASH_H_
 
+//--FNV hashing parameters
+
 #if defined(HAVE_64BIT_SIZE_T)
 #define FNV_PRIME        1099511628211UL
 #define FNV_OFFSET_BASIS 14695981039346656037UL
-- 
GitLab