From 1dceda2ccd2d2cfcced4a0d7c842f6e37cf8ac17 Mon Sep 17 00:00:00 2001 From: Gordon Bergling Date: Sat, 4 Jun 2022 11:52:34 +0200 Subject: [PATCH] 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 db4f39d39e5..b217dda3b51 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);