summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libc/string/avr32/memmove.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/string/avr32/memmove.S b/libc/string/avr32/memmove.S
index a825187a9..535f4a257 100644
--- a/libc/string/avr32/memmove.S
+++ b/libc/string/avr32/memmove.S
@@ -39,7 +39,7 @@ memmove:
.Lmore_than_31:
pushm r0-r7, lr
-/* Check alignment */
+ /* Check alignment */
mov r8, src
andl r8, 31, COH
brne .Lunaligned_src