From ae155d81b9b0282e1fe2fdfc18f3bfa3ec6a5074 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Wed, 3 Aug 2011 01:16:03 +0200 Subject: Update gnulib files. Fix syntax-check usage. --- lib/hash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/hash.c') diff --git a/lib/hash.c b/lib/hash.c index 208a055f91..b3ef338907 100644 --- a/lib/hash.c +++ b/lib/hash.c @@ -33,7 +33,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. -- cgit v1.2.1