Module Name:    src
Committed By:   skrll
Date:           Fri Sep 22 06:31:02 UTC 2017

Modified Files:
        src/sys/arch/arm/cortex: a9_mpsubr.S

Log Message:
Typo


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 src/sys/arch/arm/cortex/a9_mpsubr.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/arm/cortex/a9_mpsubr.S
diff -u src/sys/arch/arm/cortex/a9_mpsubr.S:1.50 src/sys/arch/arm/cortex/a9_mpsubr.S:1.51
--- src/sys/arch/arm/cortex/a9_mpsubr.S:1.50	Wed Sep  6 18:08:35 2017
+++ src/sys/arch/arm/cortex/a9_mpsubr.S	Fri Sep 22 06:31:02 2017
@@ -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

Reply via email to