git: 310d144a8341 - main - isp(4): Fix two typos in source code comments

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Sat, 03 Sep 2022 12:54:24 UTC
The branch main has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=310d144a83411abedc17bfeec07f1f7ccee2434e

commit 310d144a83411abedc17bfeec07f1f7ccee2434e
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-09-03 12:54:14 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-09-03 12:54:14 +0000

    isp(4): Fix two typos in source code comments
    
    - s/overriden/overridden/
    
    MFC after:      3 days
---
 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