git: 056e4dde7b4f - stable/12 - isp(4): Fix two typos in source code comments
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 06 Sep 2022 05:48:11 UTC
The branch stable/12 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=056e4dde7b4f21374e7b2fb6b7d66a788e6e2686 commit 056e4dde7b4f21374e7b2fb6b7d66a788e6e2686 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:45:13 +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 931886a5162e..ac51bc10facb 100644 --- a/sys/dev/isp/isp.c +++ b/sys/dev/isp/isp.c @@ -1249,7 +1249,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 94d628c12c02..bea3a318fe96 100644 --- a/sys/dev/isp/ispvar.h +++ b/sys/dev/isp/ispvar.h @@ -1073,7 +1073,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