diff options
author | Ville Skyttä <ville.skytta@iki.fi> | 2012-07-15 11:41:40 +0300 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-07-16 12:16:29 +0200 |
commit | 49f43d5f91a99b23f745726aa351d8f159774357 (patch) | |
tree | adfb1f1dcf466bebfb9317479b6572dde083cba6 /src/journal/lookup3.c | |
parent | 4cb72937d3c10948e4904388ea27efae75775f08 (diff) |
Spelling fixes.
Diffstat (limited to 'src/journal/lookup3.c')
-rw-r--r-- | src/journal/lookup3.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/journal/lookup3.c b/src/journal/lookup3.c index b90093a5e2..31eac8c543 100644 --- a/src/journal/lookup3.c +++ b/src/journal/lookup3.c @@ -315,7 +315,7 @@ uint32_t jenkins_hashlittle( const void *key, size_t length, uint32_t initval) * rest of the string. Every machine with memory protection I've seen * does it on word boundaries, so is OK with this. But VALGRIND will * still catch it and complain. The masking trick does make the hash - * noticably faster for short strings (like English words). + * noticeably faster for short strings (like English words). */ #ifndef VALGRIND @@ -499,7 +499,7 @@ void jenkins_hashlittle2( * rest of the string. Every machine with memory protection I've seen * does it on word boundaries, so is OK with this. But VALGRIND will * still catch it and complain. The masking trick does make the hash - * noticably faster for short strings (like English words). + * noticeably faster for short strings (like English words). */ #ifndef VALGRIND @@ -675,7 +675,7 @@ uint32_t jenkins_hashbig( const void *key, size_t length, uint32_t initval) * rest of the string. Every machine with memory protection I've seen * does it on word boundaries, so is OK with this. But VALGRIND will * still catch it and complain. The masking trick does make the hash - * noticably faster for short strings (like English words). + * noticeably faster for short strings (like English words). */ #ifndef VALGRIND |