Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/ic Fix typo again... s/Expilcitly/Explicitly/



details:   https://anonhg.NetBSD.org/src/rev/4eadf614c989
branches:  trunk
changeset: 1026753:4eadf614c989
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Sun Dec 05 15:22:37 2021 +0000

description:
Fix typo again... s/Expilcitly/Explicitly/

diffstat:

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

diffs (27 lines):

diff -r 9d15d187744c -r 4eadf614c989 sys/dev/ic/aic79xx.c
--- a/sys/dev/ic/aic79xx.c      Sun Dec 05 15:20:13 2021 +0000
+++ b/sys/dev/ic/aic79xx.c      Sun Dec 05 15:22:37 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: aic79xx.c,v 1.62 2021/12/05 07:44:53 msaitoh Exp $     */
+/*     $NetBSD: aic79xx.c,v 1.63 2021/12/05 15:22:37 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.62 2021/12/05 07:44:53 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: aic79xx.c,v 1.63 2021/12/05 15:22:37 msaitoh Exp $");
 
 #include <dev/ic/aic79xx_osm.h>
 #include <dev/ic/aic79xx_inline.h>
@@ -4798,7 +4798,7 @@
                                /*
                                 * The residual data count is not updated
                                 * for the command run to completion case.
-                                * Expilcitly zero the count.
+                                * Explicitly zero the count.
                                 */
                                data_cnt &= ~AHD_SG_LEN_MASK;
                        }



Home | Main Index | Thread Index | Old Index