Module Name: src
Committed By: msaitoh
Date: Sun Dec 5 15:22:37 UTC 2021
Modified Files:
src/sys/dev/ic: aic79xx.c
Log Message:
Fix typo again... s/Expilcitly/Explicitly/
To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 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.62 src/sys/dev/ic/aic79xx.c:1.63
--- src/sys/dev/ic/aic79xx.c:1.62 Sun Dec 5 07:44:53 2021
+++ src/sys/dev/ic/aic79xx.c Sun Dec 5 15:22:37 2021
@@ -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 @@ ahd_handle_ign_wide_residue(struct ahd_s
/*
* 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;
}