Module Name:    src
Committed By:   msaitoh
Date:           Sun Dec  5 07:23:44 UTC 2021

Modified Files:
        src/sys/dev/ic: aic79xx.c

Log Message:
s/programatic/programmatic/ in comment.


To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 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/dev/ic/aic79xx.c
diff -u src/sys/dev/ic/aic79xx.c:1.60 src/sys/dev/ic/aic79xx.c:1.61
--- src/sys/dev/ic/aic79xx.c:1.60	Sun Dec  5 02:54:53 2021
+++ src/sys/dev/ic/aic79xx.c	Sun Dec  5 07:23:44 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: aic79xx.c,v 1.60 2021/12/05 02:54:53 msaitoh Exp $	*/
+/*	$NetBSD: aic79xx.c,v 1.61 2021/12/05 07:23:44 msaitoh 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.60 2021/12/05 02:54:53 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: aic79xx.c,v 1.61 2021/12/05 07:23:44 msaitoh Exp $");
 
 #include <dev/ic/aic79xx_osm.h>
 #include <dev/ic/aic79xx_inline.h>
@@ -9090,7 +9090,7 @@ ahd_acquire_seeprom(struct ahd_softc *ah
 	 * We should be able to determine the SEEPROM type
 	 * from the flexport logic, but unfortunately not
 	 * all implementations have this logic and there is
-	 * no programatic method for determining if the logic
+	 * no programmatic method for determining if the logic
 	 * is present.
 	 */
 

Reply via email to