summaryrefslogtreecommitdiff
path: root/usr.sbin/nsd/lookup3.c
diff options
context:
space:
mode:
authorStuart Henderson <sthen@cvs.openbsd.org>2015-12-09 00:36:27 +0000
committerStuart Henderson <sthen@cvs.openbsd.org>2015-12-09 00:36:27 +0000
commit235cded279e374227d35719357da9f77fc7a5194 (patch)
tree452eb7d772aa068586fd64ecdd8b69a6e8e81225 /usr.sbin/nsd/lookup3.c
parent5f9e4783223aec658b22540b58f21cb6e6596ac3 (diff)
comment typo fixes, from nsd 4.1.7rc1
Diffstat (limited to 'usr.sbin/nsd/lookup3.c')
-rw-r--r--usr.sbin/nsd/lookup3.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/nsd/lookup3.c b/usr.sbin/nsd/lookup3.c
index 2776752bcf0..e0179f06d29 100644
--- a/usr.sbin/nsd/lookup3.c
+++ b/usr.sbin/nsd/lookup3.c
@@ -356,7 +356,7 @@ uint32_t 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
@@ -544,7 +544,7 @@ void 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
@@ -725,7 +725,7 @@ uint32_t 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