From: Joseph Sutton Date: Thu, 7 Sep 2023 03:56:56 +0000 (+1200) Subject: tdb: Fix code spelling X-Git-Tag: tevent-0.16.0~688 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53caec3c36b6b68a4c41d0ea800e0250a468565f;p=thirdparty%2Fsamba.git tdb: Fix code spelling Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- diff --git a/lib/tdb/common/hash.c b/lib/tdb/common/hash.c index 4de7ba94d2c..ca4cac3ab97 100644 --- a/lib/tdb/common/hash.c +++ b/lib/tdb/common/hash.c @@ -56,7 +56,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.