Module Name:    src
Committed By:   msaitoh
Date:           Sun Dec  5 02:54:54 UTC 2021

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

Log Message:
s/explcit/expilcit/ in comment.


To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 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.59 src/sys/dev/ic/aic79xx.c:1.60
--- src/sys/dev/ic/aic79xx.c:1.59	Mon Oct 25 07:45:01 2021
+++ src/sys/dev/ic/aic79xx.c	Sun Dec  5 02:54:53 2021
@@ -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 @@ ahd_handle_ign_wide_residue(struct ahd_s
 				/*
 				 * 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;
 			}

Reply via email to