From: Niels Möller Date: Sun, 13 Feb 2011 14:16:05 +0000 (+0100) Subject: Spelling fix. X-Git-Tag: nettle_2.2_release_20110711~141 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4e1473920f288b648c0422948f91841aa695ec5a;p=thirdparty%2Fnettle.git Spelling fix. Rev: nettle/memxor.c:1.4 --- diff --git a/memxor.c b/memxor.c index e4a9a5c2..5e10c3d3 100644 --- a/memxor.c +++ b/memxor.c @@ -71,7 +71,7 @@ memxor_common_alignment (word_t *dst, const word_t *src, size_t n) } } -/* XOR *un-aligned* src-area onto aligned dst area. n is numer of +/* XOR *un-aligned* src-area onto aligned dst area. n is number of words, not bytes. Assumes we can read complete words at the start and end of the src operand. */ static void