git: f1f393b4f104 - stable/12 - aic79xx: Fix a typo in a source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Fri, 10 Jun 2022 12:46:08 UTC
The branch stable/12 has been updated by gbe (doc committer):

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

commit f1f393b4f1043562f7b978dd595dc61d9207a0d4
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:42:26 +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 cb469e21d7b2..e08ef614e89f 100644
--- a/sys/dev/aic7xxx/aic79xx.c
+++ b/sys/dev/aic7xxx/aic79xx.c
@@ -5524,7 +5524,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);