]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Spelling fix.
authorNiels Möller <nisse@lysator.liu.se>
Sun, 13 Feb 2011 14:16:05 +0000 (15:16 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Sun, 13 Feb 2011 14:16:05 +0000 (15:16 +0100)
Rev: nettle/memxor.c:1.4

memxor.c

index e4a9a5c213c797b1e09800acd0246f4eed264376..5e10c3d3c433c24708d41017ebea9c15c968ef55 100644 (file)
--- 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