From 1db4be5334a327dde925c73b8d924440257cf487 Mon Sep 17 00:00:00 2001 From: Hans-Christian Egtvedt Date: Thu, 24 Apr 2008 07:15:37 +0000 Subject: Fix indentation of comment in AVR32 memmove assembler optimization file. --- libc/string/avr32/memmove.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc') 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 -- cgit v1.2.3