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/explcit/expilcit/ in comment.



details:   https://anonhg.NetBSD.org/src/rev/55fa21f87f1d
branches:  trunk
changeset: 1026666:55fa21f87f1d
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Sun Dec 05 02:54:53 2021 +0000

description:
s/explcit/expilcit/ in comment.

diffstat:

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

diffs (27 lines):

diff -r eadd67f1b00b -r 55fa21f87f1d sys/dev/ic/aic79xx.c
--- a/sys/dev/ic/aic79xx.c      Sun Dec 05 02:53:51 2021 +0000
+++ b/sys/dev/ic/aic79xx.c      Sun Dec 05 02:54:53 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: aic79xx.c,v 1.59 2021/10/25 07:45:01 ryo Exp $ */
+/*     $NetBSD: aic79xx.c,v 1.60 2021/12/05 02:54:53 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.59 2021/10/25 07:45:01 ryo Exp $");
+__KERNEL_RCSID(0, "$NetBSD: aic79xx.c,v 1.60 2021/12/05 02:54:53 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.
-                                * Explcitly zero the count.
+                                * Expilcitly zero the count.
                                 */
                                data_cnt &= ~AHD_SG_LEN_MASK;
                        }



Home | Main Index | Thread Index | Old Index