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/programatic/programmatic/ in comment.



details:   https://anonhg.NetBSD.org/src/rev/ada46a09a61f
branches:  trunk
changeset: 1026714:ada46a09a61f
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Sun Dec 05 07:23:44 2021 +0000

description:
s/programatic/programmatic/ in comment.

diffstat:

 sys/dev/ic/aic79xx.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 50d187ca0e42 -r ada46a09a61f sys/dev/ic/aic79xx.c
--- a/sys/dev/ic/aic79xx.c      Sun Dec 05 07:21:59 2021 +0000
+++ b/sys/dev/ic/aic79xx.c      Sun Dec 05 07:23:44 2021 +0000
@@ -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 @@
         * 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.
         */
 



Home | Main Index | Thread Index | Old Index