Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/45a6b6012e76
branches:  trunk
changeset: 828508:45a6b6012e76
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sun Dec 17 09:39:00 2017 +0000

description:
Typo in comment
cvS: ----------------------------------------------------------------------

diffstat:

 sys/arch/arm/include/armreg.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 625e56dd4617 -r 45a6b6012e76 sys/arch/arm/include/armreg.h
--- a/sys/arch/arm/include/armreg.h     Sun Dec 17 04:35:21 2017 +0000
+++ b/sys/arch/arm/include/armreg.h     Sun Dec 17 09:39:00 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: armreg.h,v 1.113 2017/10/24 20:24:12 skrll Exp $       */
+/*     $NetBSD: armreg.h,v 1.114 2017/12/17 09:39:00 skrll Exp $       */
 
 /*
  * Copyright (c) 1998, 2001 Ben Harris
@@ -724,7 +724,7 @@
 #define CORTEXA9_MPIDR_MP      MPIDR_MP
 #define CORTEXA9_MPIDR_U       MPIDR_U
 #define        CORTEXA9_MPIDR_CLID     __BITS(11,8)    /* AFF1 = cluster id */
-#define CORTEXA9_MPIDR_CPUID   __BITS(0,1)     /* AFF0 = phisycal core id */
+#define CORTEXA9_MPIDR_CPUID   __BITS(0,1)     /* AFF0 = physical core id */
 
 /* MPIDR implementation of Marvell PJ4B-MP: AFF2 is not used */
 #define PJ4B_MPIDR_MP          MPIDR_MP



Home | Main Index | Thread Index | Old Index