Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/cortex Typo



details:   https://anonhg.NetBSD.org/src/rev/7ea9ed383d86
branches:  trunk
changeset: 356392:7ea9ed383d86
user:      skrll <skrll%NetBSD.org@localhost>
date:      Fri Sep 22 06:31:02 2017 +0000

description:
Typo

diffstat:

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

diffs (18 lines):

diff -r f2498f090948 -r 7ea9ed383d86 sys/arch/arm/cortex/a9_mpsubr.S
--- a/sys/arch/arm/cortex/a9_mpsubr.S   Fri Sep 22 06:05:20 2017 +0000
+++ b/sys/arch/arm/cortex/a9_mpsubr.S   Fri Sep 22 06:31:02 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: a9_mpsubr.S,v 1.50 2017/09/06 18:08:35 jmcneill Exp $  */
+/*     $NetBSD: a9_mpsubr.S,v 1.51 2017/09/22 06:31:02 skrll Exp $     */
 /*-
  * Copyright (c) 2012 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -39,7 +39,7 @@
 
 //#define MPDEBUG
 
-// Marco to call routines in .text
+// Macro to call routines in .text
 #if defined(KERNEL_BASES_EQUAL)
 #define CALL(f)                bl      _C_LABEL(f)
 #else



Home | Main Index | Thread Index | Old Index