git: 1dceda2ccd2d - stable/13 - aic79xx: Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 10 Jun 2022 12:33:53 UTC
The branch stable/13 has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=1dceda2ccd2d2cfcced4a0d7c842f6e37cf8ac17
commit 1dceda2ccd2d2cfcced4a0d7c842f6e37cf8ac17
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-06-04 09:52:34 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-06-10 12:26:12 +0000
aic79xx: Fix a typo in a source code comment
- s/Disble/Disable/
Obtained from: NetBSD
(cherry picked from commit 2cada72c65931683121ea7f6f740a7d07420c367)
---
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 db4f39d39e5e..b217dda3b516 100644
--- a/sys/dev/aic7xxx/aic79xx.c
+++ b/sys/dev/aic7xxx/aic79xx.c
@@ -5492,7 +5492,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);