git: 797143d8fe07 - stable/13 - isp(4): Fix two typos in source code comments

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Tue, 06 Sep 2022 05:42:40 UTC
The branch stable/13 has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=797143d8fe07e0bfe3f9ecdc23667cf0f00aeaba

commit 797143d8fe07e0bfe3f9ecdc23667cf0f00aeaba
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-09-03 12:54:14 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-09-06 05:40:11 +0000

    isp(4): Fix two typos in source code comments
    
    - s/overriden/overridden/
    
    (cherry picked from commit 310d144a83411abedc17bfeec07f1f7ccee2434e)
---
 sys/dev/isp/isp.c    | 2 +-
 sys/dev/isp/ispvar.h | 2 +-
 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