[ovs-dev] [PATCH] hash: Update murmurhash repo link in comments

Cian Ferriter cian.ferriter at intel.com
Wed Dec 21 16:39:16 UTC 2016


The MurmurHash code repo has moved from code.google to github. Update
the link to reflect this.

Signed-off-by: Cian Ferriter <cian.ferriter at intel.com>
---
 lib/hash.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/hash.h b/lib/hash.h
index f2dd510..d68ed75 100644
--- a/lib/hash.h
+++ b/lib/hash.h
@@ -51,7 +51,7 @@ static inline uint32_t hash_pointer(const void *, uint32_t basis);
 static inline uint32_t hash_string(const char *, uint32_t basis);
 
 /* Murmurhash by Austin Appleby,
- * from http://code.google.com/p/smhasher/source/browse/trunk/MurmurHash3.cpp.
+ * from https://github.com/aappleby/smhasher/blob/master/src/MurmurHash3.cpp
  *
  * The upstream license there says:
  *
-- 
1.7.0.7



More information about the dev mailing list