Преглед изворни кода

Fix indentation of comment in AVR32 memmove assembler optimization file.

Hans-Christian Egtvedt пре 16 година
родитељ
комит
1db4be5334
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      libc/string/avr32/memmove.S

+ 1 - 1
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