Source-Changes-HG archive

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

[src/trunk]: src s/circut/circuit/ and s/circiut/circuit/ in comments and acr...



details:   https://anonhg.NetBSD.org/src/rev/055cb617107a
branches:  trunk
changeset: 364400:055cb617107a
user:      andvar <andvar%NetBSD.org@localhost>
date:      Sun Mar 20 20:19:34 2022 +0000

description:
s/circut/circuit/ and s/circiut/circuit/ in comments and acronyms file.

diffstat:

 share/misc/acronyms.comp        |  4 ++--
 sys/arch/hppa/hppa/lock_stubs.S |  4 ++--
 sys/net/if_types.h              |  4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r fe6a077b54ff -r 055cb617107a share/misc/acronyms.comp
--- a/share/misc/acronyms.comp  Sun Mar 20 19:26:27 2022 +0000
+++ b/share/misc/acronyms.comp  Sun Mar 20 20:19:34 2022 +0000
@@ -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 @@
 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
diff -r fe6a077b54ff -r 055cb617107a sys/arch/hppa/hppa/lock_stubs.S
--- a/sys/arch/hppa/hppa/lock_stubs.S   Sun Mar 20 19:26:27 2022 +0000
+++ b/sys/arch/hppa/hppa/lock_stubs.S   Sun Mar 20 20:19:34 2022 +0000
@@ -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 @@
 
        /*
         * 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'.
         */
 
diff -r fe6a077b54ff -r 055cb617107a sys/net/if_types.h
--- a/sys/net/if_types.h        Sun Mar 20 19:26:27 2022 +0000
+++ b/sys/net/if_types.h        Sun Mar 20 20:19:34 2022 +0000
@@ -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 */



Home | Main Index | Thread Index | Old Index