X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fjournal%2Flookup3.c;fp=src%2Fjournal%2Flookup3.c;h=ee9a1834cfff122ac6469e95bb41f8706fa173e3;hb=c53158818d8cdaf46b3f1b5299b9bda118a1043f;hp=31eac8c543b566a58d0ec002736f7a6afb381728;hpb=ff89a42a8602443b9a74be276cf3ee351b3914c7;p=elogind.git diff --git a/src/journal/lookup3.c b/src/journal/lookup3.c index 31eac8c54..ee9a1834c 100644 --- a/src/journal/lookup3.c +++ b/src/journal/lookup3.c @@ -14,7 +14,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.