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/141aa6d7705f
branches: trunk
changeset: 826693:141aa6d7705f
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 56117f2e6275 -r 141aa6d7705f 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