Date: Sat, 20 Jan 2024 21:01:20 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 54e047b13baa - main - aic7xxx: Fix a typo in a kernel message Message-ID: <202401202101.40KL1Keo003394@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=54e047b13baaa5eb613e98991f807e7b6f893f78 commit 54e047b13baaa5eb613e98991f807e7b6f893f78 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2024-01-20 21:01:10 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2024-01-20 21:01:10 +0000 aic7xxx: Fix a typo in a kernel message - s/recevied/received/ MFC after: 5 days --- 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?202401202101.40KL1Keo003394>