isp(4): Fix two typos in source code comments

- s/overriden/overridden/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2022-09-03 14:54:14 +02:00
parent 05e1ac3cbf
commit 310d144a83
2 changed files with 2 additions and 2 deletions

View File

@ -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) {

View File

@ -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