The branch main has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=2cada72c65931683121ea7f6f740a7d07420c367
commit 2cada72c65931683121ea7f6f740a7d07420c367 Author: Gordon Bergling <[email protected]> AuthorDate: 2022-06-04 09:52:34 +0000 Commit: Gordon Bergling <[email protected]> CommitDate: 2022-06-04 09:52:34 +0000 aic79xx: Fix a typo in a source code comment - s/Disble/Disable/ Obtained from: NetBSD MFC after: 3days --- sys/dev/aic7xxx/aic79xx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/aic7xxx/aic79xx.c b/sys/dev/aic7xxx/aic79xx.c index c48b5301f12a..899ac7df4dde 100644 --- a/sys/dev/aic7xxx/aic79xx.c +++ b/sys/dev/aic7xxx/aic79xx.c @@ -5483,7 +5483,7 @@ ahd_reset(struct ahd_softc *ahd, int reinit) * does not disable its parity logic prior to * the start of the reset. This may cause a * parity error to be detected and thus a - * spurious SERR or PERR assertion. Disble + * spurious SERR or PERR assertion. Disable * PERR and SERR responses during the CHIPRST. */ mod_cmd = cmd & ~(PCIM_CMD_PERRESPEN|PCIM_CMD_SERRESPEN);
