summaryrefslogtreecommitdiffstats
path: root/sys/libkern
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2012-09-14 22:00:03 +0000
committereadler <eadler@FreeBSD.org>2012-09-14 22:00:03 +0000
commit2dc3520f1ea11b47f169c56fa649a6c7dfe3e08e (patch)
treef3eec83af8726d6a791eb559fec0e18a2f68b9ca /sys/libkern
parent752dbba611f258235579517a0e8562e71b715765 (diff)
downloadFreeBSD-src-2dc3520f1ea11b47f169c56fa649a6c7dfe3e08e.zip
FreeBSD-src-2dc3520f1ea11b47f169c56fa649a6c7dfe3e08e.tar.gz
s/ is is / is /g
s/ a a / a /g Approved by: cperciva MFC after: 3 days
Diffstat (limited to 'sys/libkern')
-rw-r--r--sys/libkern/jenkins_hash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/libkern/jenkins_hash.c b/sys/libkern/jenkins_hash.c
index e582bd8..089de4e 100644
--- a/sys/libkern/jenkins_hash.c
+++ b/sys/libkern/jenkins_hash.c
@@ -17,7 +17,7 @@ if SELF_TEST is defined. You can use this free for any purpose. It's in
the public domain. It has no warranty.
You probably want to use hashlittle(). hashlittle() and hashbig()
-hash byte arrays. hashlittle() is is faster than hashbig() on
+hash byte arrays. hashlittle() is faster than hashbig() on
little-endian machines. Intel and AMD are little-endian machines.
On second thought, you probably want hashlittle2(), which is identical to
hashlittle() except it returns two 32-bit hashes for the price of one.
OpenPOWER on IntegriCloud