Module Name: src
Committed By: andvar
Date: Sun Mar 20 20:19:35 UTC 2022
Modified Files:
src/share/misc: acronyms.comp
src/sys/arch/hppa/hppa: lock_stubs.S
src/sys/net: if_types.h
Log Message:
s/circut/circuit/ and s/circiut/circuit/ in comments and acronyms file.
To generate a diff of this commit:
cvs rdiff -u -r1.326 -r1.327 src/share/misc/acronyms.comp
cvs rdiff -u -r1.27 -r1.28 src/sys/arch/hppa/hppa/lock_stubs.S
cvs rdiff -u -r1.32 -r1.33 src/sys/net/if_types.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/misc/acronyms.comp
diff -u src/share/misc/acronyms.comp:1.326 src/share/misc/acronyms.comp:1.327
--- src/share/misc/acronyms.comp:1.326 Thu Feb 10 20:49:39 2022
+++ src/share/misc/acronyms.comp Sun Mar 20 20:19:34 2022
@@ -1,4 +1,4 @@
-$NetBSD: acronyms.comp,v 1.326 2022/02/10 20:49:39 fcambus Exp $
+$NetBSD: acronyms.comp,v 1.327 2022/03/20 20:19:34 andvar Exp $
3WHS three-way handshake
8VSB 8-state vestigial side band modulation
AA anti-aliasing
@@ -1233,7 +1233,7 @@ PME power management event
PMEG page map entry group
PMI performance monitoring infrastructure
PMI platform management interrupt
-PMIC power management integrated circut
+PMIC power management integrated circuit
PMIO port-mapped input/output
PMT photo-multiplier tube
PMU performance monitoring units
Index: src/sys/arch/hppa/hppa/lock_stubs.S
diff -u src/sys/arch/hppa/hppa/lock_stubs.S:1.27 src/sys/arch/hppa/hppa/lock_stubs.S:1.28
--- src/sys/arch/hppa/hppa/lock_stubs.S:1.27 Mon Apr 15 20:45:08 2019
+++ src/sys/arch/hppa/hppa/lock_stubs.S Sun Mar 20 20:19:34 2022
@@ -1,4 +1,4 @@
-/* $NetBSD: lock_stubs.S,v 1.27 2019/04/15 20:45:08 skrll Exp $ */
+/* $NetBSD: lock_stubs.S,v 1.28 2022/03/20 20:19:34 andvar Exp $ */
/*-
* Copyright (c) 2006, 2007 The NetBSD Foundation, Inc.
@@ -119,7 +119,7 @@ LEAF_ENTRY(mutex_enter)
/*
* It might be a spin lock (c.f. MUTEX_SPIN_FLAG) or might be
- * already owned. We short circut the request and go straight
+ * already owned. We short circuit the request and go straight
* into mutex_vector_enter() if the owners field is not 'unowned'.
*/
Index: src/sys/net/if_types.h
diff -u src/sys/net/if_types.h:1.32 src/sys/net/if_types.h:1.33
--- src/sys/net/if_types.h:1.32 Mon Aug 9 19:57:58 2021
+++ src/sys/net/if_types.h Sun Mar 20 20:19:34 2022
@@ -1,4 +1,4 @@
-/* $NetBSD: if_types.h,v 1.32 2021/08/09 19:57:58 andvar Exp $ */
+/* $NetBSD: if_types.h,v 1.33 2022/03/20 20:19:34 andvar Exp $ */
/*
* Copyright (c) 1989, 1993, 1994
@@ -174,7 +174,7 @@
#define IFT_A12MPPSWITCH 0x82 /* Avalon Parallel Processor */
#define IFT_TUNNEL 0x83 /* Encapsulation interface */
#define IFT_COFFEE 0x84 /* coffee pot */
-#define IFT_CES 0x85 /* Circiut Emulation Service */
+#define IFT_CES 0x85 /* Circuit Emulation Service */
#define IFT_ATMSUBINTERFACE 0x86 /* (x) ATM Sub Interface */
#define IFT_L2VLAN 0x87 /* Layer 2 Virtual LAN using 802.1Q */
#define IFT_L3IPVLAN 0x88 /* Layer 3 Virtual LAN - IP Protocol */