git: 48aff6a116ee - stable/13 - aic7xxx: Fix a typo in a kernel message
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 25 Jan 2024 06:53:06 UTC
The branch stable/13 has been updated by gbe:
URL: https://cgit.FreeBSD.org/src/commit/?id=48aff6a116ee202e2474bb9ec9ac0d7f8f7834b1
commit 48aff6a116ee202e2474bb9ec9ac0d7f8f7834b1
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2024-01-20 21:01:10 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2024-01-25 06:51:36 +0000
aic7xxx: Fix a typo in a kernel message
- s/recevied/received/
(cherry picked from commit 54e047b13baaa5eb613e98991f807e7b6f893f78)
---
sys/dev/aic7xxx/aic7xxx.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys/dev/aic7xxx/aic7xxx.c b/sys/dev/aic7xxx/aic7xxx.c
index ba3fa46d01bf..68f189f5dd48 100644
--- a/sys/dev/aic7xxx/aic7xxx.c
+++ b/sys/dev/aic7xxx/aic7xxx.c
@@ -1109,7 +1109,7 @@ ahc_handle_scsiint(struct ahc_softc *ahc, u_int intstat)
printf("\tCRC Value Mismatch\n");
if ((sstat2 & CRCENDERR) != 0)
printf("\tNo terminal CRC packet "
- "recevied\n");
+ "received\n");
if ((sstat2 & CRCREQERR) != 0)
printf("\tIllegal CRC packet "
"request\n");