git: 91e79edae637 - stable/14 - aic7xxx: Fix a typo in a kernel message
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 25 Jan 2024 06:48:26 UTC
The branch stable/14 has been updated by gbe:
URL: https://cgit.FreeBSD.org/src/commit/?id=91e79edae637ccd3c907adeb663c56f76ab82a56
commit 91e79edae637ccd3c907adeb663c56f76ab82a56
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:45:52 +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 ea80c9d0602f..4b62f76b9cf8 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");