svn commit: trunk/uClibc/libc/string/avr32

egtvedt at uclibc.org egtvedt at uclibc.org
Thu Apr 24 07:15:37 UTC 2008


Author: egtvedt
Date: 2008-04-24 00:15:37 -0700 (Thu, 24 Apr 2008)
New Revision: 21819

Log:
Fix indentation of comment in AVR32 memmove assembler optimization file.


Modified:
   trunk/uClibc/libc/string/avr32/memmove.S


Changeset:
Modified: trunk/uClibc/libc/string/avr32/memmove.S
===================================================================
--- trunk/uClibc/libc/string/avr32/memmove.S	2008-04-24 07:11:16 UTC (rev 21818)
+++ trunk/uClibc/libc/string/avr32/memmove.S	2008-04-24 07:15:37 UTC (rev 21819)
@@ -39,7 +39,7 @@
 .Lmore_than_31:
 	pushm	r0-r7, lr
 
-/* Check alignment */
+	/* Check alignment */
 	mov	r8, src
 	andl	r8, 31, COH
 	brne	.Lunaligned_src




More information about the uClibc-cvs mailing list