Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/common/lib/libc/arch/arm/string Comment alignment. No functi...



details:   https://anonhg.NetBSD.org/src/rev/42c5a7abaa6e
branches:  trunk
changeset: 823119:42c5a7abaa6e
user:      skrll <skrll%NetBSD.org@localhost>
date:      Thu Apr 13 07:49:52 2017 +0000

description:
Comment alignment. No functional change.

diffstat:

 common/lib/libc/arch/arm/string/memmove.S |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r ca01787cd880 -r 42c5a7abaa6e common/lib/libc/arch/arm/string/memmove.S
--- a/common/lib/libc/arch/arm/string/memmove.S Thu Apr 13 07:22:50 2017 +0000
+++ b/common/lib/libc/arch/arm/string/memmove.S Thu Apr 13 07:49:52 2017 +0000
@@ -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 @@
        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 */



Home | Main Index | Thread Index | Old Index