From 4e1473920f288b648c0422948f91841aa695ec5a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se>
Date: Sun, 13 Feb 2011 15:16:05 +0100
Subject: [PATCH] Spelling fix.

Rev: nettle/memxor.c:1.4
---
 memxor.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
GitLab