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 Fix tyop in a comment.



details:   https://anonhg.NetBSD.org/src/rev/a730b6a0a3e2
branches:  trunk
changeset: 1025569:a730b6a0a3e2
user:      simonb <simonb%NetBSD.org@localhost>
date:      Sat Nov 13 01:09:51 2021 +0000

description:
Fix tyop in a comment.

diffstat:

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

diffs (18 lines):

diff -r 722b4f563c09 -r a730b6a0a3e2 sys/arch/arm/include/cputypes.h
--- a/sys/arch/arm/include/cputypes.h   Sat Nov 13 01:08:15 2021 +0000
+++ b/sys/arch/arm/include/cputypes.h   Sat Nov 13 01:09:51 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cputypes.h,v 1.15 2021/11/12 06:44:46 skrll Exp $      */
+/*     $NetBSD: cputypes.h,v 1.16 2021/11/13 01:09:51 simonb Exp $     */
 
 /*
  * Copyright (c) 1998, 2001 Ben Harris
@@ -209,7 +209,7 @@
 #define CPU_ID_THUNDERX2RX     0x43000af0
 
 /*
- * Chip-specific errata. This defines are intended to be
+ * Chip-specific errata. These defines are intended to be
  * booleans used within if statements. When an appropriate
  * kernel option is disabled, these defines must be defined
  * as 0 to allow the compiler to remove a dead code thus



Home | Main Index | Thread Index | Old Index