aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/isp
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2022-09-03 12:54:14 +0000
committerGordon Bergling <gbe@FreeBSD.org>2022-09-03 12:54:14 +0000
commit310d144a83411abedc17bfeec07f1f7ccee2434e (patch)
tree463d0127cf8a93113e3d5d003a46e1fffaf70f3e /sys/dev/isp
parent05e1ac3cbfedf12e4b7a41729ad2ff6e748983a1 (diff)
Diffstat (limited to 'sys/dev/isp')
-rw-r--r--sys/dev/isp/isp.c2
-rw-r--r--sys/dev/isp/ispvar.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/isp/isp.c b/sys/dev/isp/isp.c
index c3470529657e..cc2f5ae23d2f 100644
--- a/sys/dev/isp/isp.c
+++ b/sys/dev/isp/isp.c
@@ -599,7 +599,7 @@ isp_reset(ispsoftc_t *isp, int do_load_defaults)
/*
* We get some default values established. As a side
- * effect, NVRAM is read here (unless overriden by
+ * effect, NVRAM is read here (unless overridden by
* a configuration flag).
*/
if (do_load_defaults) {
diff --git a/sys/dev/isp/ispvar.h b/sys/dev/isp/ispvar.h
index deb014bb4a63..eae81f6ac9ed 100644
--- a/sys/dev/isp/ispvar.h
+++ b/sys/dev/isp/ispvar.h
@@ -895,7 +895,7 @@ void isp_async(ispsoftc_t *, ispasync_t, ...);
* DEFAULT_PORTWWN(ispsoftc_t *, chan) Default FC Port WWN to use
*
* These defines are hooks to allow the setting of node and
- * port WWNs when NVRAM cannot be read or is to be overriden.
+ * port WWNs when NVRAM cannot be read or is to be overridden.
*
* ACTIVE_NODEWWN(ispsoftc_t *, chan) FC Node WWN to use
* ACTIVE_PORTWWN(ispsoftc_t *, chan) FC Port WWN to use