Module Name: src
Committed By: skrll
Date: Thu Apr 13 07:49:52 UTC 2017
Modified Files:
src/common/lib/libc/arch/arm/string: memmove.S
Log Message:
Comment alignment. No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/common/lib/libc/arch/arm/string/memmove.S
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/common/lib/libc/arch/arm/string/memmove.S
diff -u src/common/lib/libc/arch/arm/string/memmove.S:1.9 src/common/lib/libc/arch/arm/string/memmove.S:1.10
--- src/common/lib/libc/arch/arm/string/memmove.S:1.9 Thu Mar 26 13:34:51 2015
+++ src/common/lib/libc/arch/arm/string/memmove.S Thu Apr 13 07:49:52 2017
@@ -1,4 +1,4 @@
-/* $NetBSD: memmove.S,v 1.9 2015/03/26 13:34:51 justin Exp $ */
+/* $NetBSD: memmove.S,v 1.10 2017/04/13 07:49:52 skrll Exp $ */
/*-
* Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -64,7 +64,7 @@ ENTRY(bcopy)
ands r12, r0, #3
bne .Lmemmove_fdestul /* oh unaligned destination addr */
ands r12, r1, #3
- bne .Lmemmove_fsrcul /* oh unaligned source addr */
+ bne .Lmemmove_fsrcul /* oh unaligned source addr */
.Lmemmove_ft8:
/* We have aligned source and destination */