summaryrefslogtreecommitdiffstats
path: root/sys/libkern
diff options
context:
space:
mode:
authorbrucec <brucec@FreeBSD.org>2011-02-23 09:22:33 +0000
committerbrucec <brucec@FreeBSD.org>2011-02-23 09:22:33 +0000
commit4a353c54fd50cc1f3c96120b018c49874880504f (patch)
tree85bb88826874fdc9f92823b778817c385497da0d /sys/libkern
parent052c656f36fbc1244cdecb2eacfb30a36c666a89 (diff)
downloadFreeBSD-src-4a353c54fd50cc1f3c96120b018c49874880504f.zip
FreeBSD-src-4a353c54fd50cc1f3c96120b018c49874880504f.tar.gz
Fix typos - remove duplicate "is".
PR: docs/154934 Submitted by: Eitan Adler <lists at eitanadler.com> MFC after: 3 days
Diffstat (limited to 'sys/libkern')
-rw-r--r--sys/libkern/jenkins.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/libkern/jenkins.h b/sys/libkern/jenkins.h
index 9a02e43..0846ae8 100644
--- a/sys/libkern/jenkins.h
+++ b/sys/libkern/jenkins.h
@@ -16,7 +16,7 @@
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