diff --git a/memxor.c b/memxor.c index e4a9a5c213c797b1e09800acd0246f4eed264376..5e10c3d3c433c24708d41017ebea9c15c968ef55 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