Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/4054f64e2cdb
branches:  trunk
changeset: 459470:4054f64e2cdb
user:      skrll <skrll%NetBSD.org@localhost>
date:      Fri Sep 13 06:30:10 2019 +0000

description:
Typo in comment

diffstat:

 sys/arch/arm/arm32/cpuswitch.S |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 8d57cef10350 -r 4054f64e2cdb sys/arch/arm/arm32/cpuswitch.S
--- a/sys/arch/arm/arm32/cpuswitch.S    Fri Sep 13 05:13:54 2019 +0000
+++ b/sys/arch/arm/arm32/cpuswitch.S    Fri Sep 13 06:30:10 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cpuswitch.S,v 1.93 2018/11/22 21:28:21 skrll Exp $     */
+/*     $NetBSD: cpuswitch.S,v 1.94 2019/09/13 06:30:10 skrll Exp $     */
 
 /*
  * Copyright 2003 Wasabi Systems, Inc.
@@ -87,7 +87,7 @@
 #include <arm/asm.h>
 #include <arm/locore.h>
 
-       RCSID("$NetBSD: cpuswitch.S,v 1.93 2018/11/22 21:28:21 skrll Exp $")
+       RCSID("$NetBSD: cpuswitch.S,v 1.94 2019/09/13 06:30:10 skrll Exp $")
 
 /* LINTSTUB: include <sys/param.h> */
 
@@ -452,7 +452,7 @@
  * r7 = curcpu()
  */
 ENTRY_NP(softint_tramp)
-       ldr     r3, [r7, #(CI_MTX_COUNT)]       /* readust after mi_switch */
+       ldr     r3, [r7, #(CI_MTX_COUNT)]       /* readjust after mi_switch */
        add     r3, r3, #1
        str     r3, [r7, #(CI_MTX_COUNT)]
 



Home | Main Index | Thread Index | Old Index