Module Name:    src
Committed By:   andvar
Date:           Sat Apr 16 17:34:35 UTC 2022

Modified Files:
        src/sys/arch/arm/iomd: iomdreg.h
        src/sys/dev/ic: aic79xx.c

Log Message:
s/strickly/strictly/


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/iomd/iomdreg.h
cvs rdiff -u -r1.65 -r1.66 src/sys/dev/ic/aic79xx.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/arm/iomd/iomdreg.h
diff -u src/sys/arch/arm/iomd/iomdreg.h:1.4 src/sys/arch/arm/iomd/iomdreg.h:1.5
--- src/sys/arch/arm/iomd/iomdreg.h:1.4	Sun Dec 11 12:16:47 2005
+++ src/sys/arch/arm/iomd/iomdreg.h	Sat Apr 16 17:34:34 2022
@@ -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
  */
 

Index: src/sys/dev/ic/aic79xx.c
diff -u src/sys/dev/ic/aic79xx.c:1.65 src/sys/dev/ic/aic79xx.c:1.66
--- src/sys/dev/ic/aic79xx.c:1.65	Thu Apr  7 19:33:37 2022
+++ src/sys/dev/ic/aic79xx.c	Sat Apr 16 17:34:34 2022
@@ -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_run_data_fifo(struct ahd_softc *ahd,
 			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,

Reply via email to