Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/ic s/strickly/strictly/



details:   https://anonhg.NetBSD.org/src/rev/8a715b5253b4
branches:  trunk
changeset: 365261:8a715b5253b4
user:      andvar <andvar%NetBSD.org@localhost>
date:      Sat Apr 16 17:34:34 2022 +0000

description:
s/strickly/strictly/

diffstat:

 sys/arch/arm/iomd/iomdreg.h |  4 ++--
 sys/dev/ic/aic79xx.c        |  6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (45 lines):

diff -r b9f32d2de053 -r 8a715b5253b4 sys/arch/arm/iomd/iomdreg.h
--- a/sys/arch/arm/iomd/iomdreg.h       Sat Apr 16 16:40:54 2022 +0000
+++ b/sys/arch/arm/iomd/iomdreg.h       Sat Apr 16 17:34:34 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: iomdreg.h,v 1.4 2005/12/11 12:16:47 christos Exp $     */
+/*     $NetBSD: iomdreg.h,v 1.5 2022/04/16 17:34:34 andvar Exp $       */
 
 /*
  * Copyright (c) 1994-1997 Mark Brinicombe.
@@ -201,7 +201,7 @@
 #define IOMD_SIZE      0x100   /* XXX - should be words ? */
 
 /*
- * Ok these mouse buttons are not strickly part of the iomd but
+ * Ok these mouse buttons are not strictly part of the iomd but
  * this register is required if the IOMD supports a quadrature mouse
  */
 
diff -r b9f32d2de053 -r 8a715b5253b4 sys/dev/ic/aic79xx.c
--- a/sys/dev/ic/aic79xx.c      Sat Apr 16 16:40:54 2022 +0000
+++ b/sys/dev/ic/aic79xx.c      Sat Apr 16 17:34:34 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: aic79xx.c,v 1.65 2022/04/07 19:33:37 andvar Exp $      */
+/*     $NetBSD: aic79xx.c,v 1.66 2022/04/16 17:34:34 andvar Exp $      */
 
 /*
  * Core routines and tables shareable across OS platforms.
@@ -49,7 +49,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: aic79xx.c,v 1.65 2022/04/07 19:33:37 andvar Exp $");
+__KERNEL_RCSID(0, "$NetBSD: aic79xx.c,v 1.66 2022/04/16 17:34:34 andvar Exp $");
 
 #include <dev/ic/aic79xx_osm.h>
 #include <dev/ic/aic79xx_inline.h>
@@ -653,7 +653,7 @@
                        ahd_outb(ahd, SG_STATE, 0);
 
                        /*
-                        * Flush the data FIFO.  Strickly only
+                        * Flush the data FIFO.  Strictly only
                         * necessary for Rev A parts.
                         */
                        ahd_outb(ahd, DFCNTRL,



Home | Main Index | Thread Index | Old Index