Date: Thu, 25 Jan 2024 06:48:26 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 91e79edae637 - stable/14 - aic7xxx: Fix a typo in a kernel message Message-ID: <202401250648.40P6mQZ5017059@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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");
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401250648.40P6mQZ5017059>