Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/arm Typo in comment



details:   https://anonhg.NetBSD.org/src/rev/24d0f6fb225b
branches:  trunk
changeset: 465945:24d0f6fb225b
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sun Dec 08 10:12:19 2019 +0000

description:
Typo in comment

diffstat:

 sys/arch/arm/arm/lock_cas.S |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 76778d924569 -r 24d0f6fb225b sys/arch/arm/arm/lock_cas.S
--- a/sys/arch/arm/arm/lock_cas.S       Sun Dec 08 04:41:02 2019 +0000
+++ b/sys/arch/arm/arm/lock_cas.S       Sun Dec 08 10:12:19 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: lock_cas.S,v 1.13 2019/04/06 03:06:24 thorpej Exp $    */
+/*     $NetBSD: lock_cas.S,v 1.14 2019/12/08 10:12:19 skrll Exp $      */
 
 /*-
  * Copyright (c) 2007 The NetBSD Foundation, Inc.
@@ -127,7 +127,7 @@
        bne     1b
 2:
        str     r5, [r3]
-       mov     r0, #0                  /* return value in case if miscompare */
+       mov     r0, #0                  /* return value in case of miscompare */
 .Lucasfault:
        movs    r3, #0
        str     r3, [r4, #PCB_ONFAULT]



Home | Main Index | Thread Index | Old Index