aboutsummaryrefslogtreecommitdiff
path: root/src/common/hash.cpp
diff options
context:
space:
mode:
authorRicardo de Almeida Gonzaga <ricardo.gonzaga@intel.com>2016-10-20 12:26:59 -0200
committerRicardo de Almeida Gonzaga <ricardo.gonzaga@intel.com>2016-10-20 12:26:59 -0200
commit13d46f6820f231fe245eabdd95c7e70c5b3bb023 (patch)
treefa2cf9ff34820635fcea6a48679547f40c58bd17 /src/common/hash.cpp
parentcc7f1155a890e049299911aa54ec82804a2e5347 (diff)
Fix typos
Diffstat (limited to 'src/common/hash.cpp')
-rw-r--r--src/common/hash.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/hash.cpp b/src/common/hash.cpp
index 5aa5118eb6..2309320bb0 100644
--- a/src/common/hash.cpp
+++ b/src/common/hash.cpp
@@ -31,7 +31,7 @@ static FORCE_INLINE u64 fmix64(u64 k) {
return k;
}
-// This is the 128-bit variant of the MurmurHash3 hash function that is targetted for 64-bit
+// This is the 128-bit variant of the MurmurHash3 hash function that is targeted for 64-bit
// platforms (MurmurHash3_x64_128). It was taken from:
// https://code.google.com/p/smhasher/source/browse/trunk/MurmurHash3.cpp
void MurmurHash3_128(const void* key, int len, u32 seed, void* out) {