git: 9bfefcea43ef - main - aic7xxx: Fix a few common typos in source code comments
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 03 Jul 2022 12:07:00 UTC
The branch main has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=9bfefcea43efceaeb18e3965af4e84827158aa40 commit 9bfefcea43efceaeb18e3965af4e84827158aa40 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-07-03 12:06:48 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-07-03 12:06:48 +0000 aic7xxx: Fix a few common typos in source code comments - s/ingnore/ignore/ - s/ingnored/ignored/ MFC after: 3 days --- sys/dev/aic7xxx/aic79xx.c | 2 +- sys/dev/aic7xxx/aic79xx.seq | 2 +- sys/dev/aic7xxx/aic7xxx.c | 2 +- sys/dev/aic7xxx/aic7xxx.seq | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/dev/aic7xxx/aic79xx.c b/sys/dev/aic7xxx/aic79xx.c index 899ac7df4dde..6f93c6c6e578 100644 --- a/sys/dev/aic7xxx/aic79xx.c +++ b/sys/dev/aic7xxx/aic79xx.c @@ -4845,7 +4845,7 @@ ahd_handle_msg_reject(struct ahd_softc *ahd, struct ahd_devinfo *devinfo) } /* - * Process an ingnore wide residue message. + * Process an ignore wide residue message. */ static void ahd_handle_ign_wide_residue(struct ahd_softc *ahd, struct ahd_devinfo *devinfo) diff --git a/sys/dev/aic7xxx/aic79xx.seq b/sys/dev/aic7xxx/aic79xx.seq index 2ea2b3637024..a2b546bfff73 100644 --- a/sys/dev/aic7xxx/aic79xx.seq +++ b/sys/dev/aic7xxx/aic79xx.seq @@ -1208,7 +1208,7 @@ mesgin_complete: complete_accepted: /* - * See if we attempted to deliver a message but the target ingnored us. + * See if we attempted to deliver a message but the target ignored us. */ test SCB_CONTROL, MK_MESSAGE jz complete_nomsg; SET_SEQINTCODE(MKMSG_FAILED) diff --git a/sys/dev/aic7xxx/aic7xxx.c b/sys/dev/aic7xxx/aic7xxx.c index d76d17b4eac2..d6f0068ae891 100644 --- a/sys/dev/aic7xxx/aic7xxx.c +++ b/sys/dev/aic7xxx/aic7xxx.c @@ -3632,7 +3632,7 @@ ahc_handle_msg_reject(struct ahc_softc *ahc, struct ahc_devinfo *devinfo) } /* - * Process an ingnore wide residue message. + * Process an ignore wide residue message. */ static void ahc_handle_ign_wide_residue(struct ahc_softc *ahc, struct ahc_devinfo *devinfo) diff --git a/sys/dev/aic7xxx/aic7xxx.seq b/sys/dev/aic7xxx/aic7xxx.seq index 4de4c24f678f..c2f2b4d1dc10 100644 --- a/sys/dev/aic7xxx/aic7xxx.seq +++ b/sys/dev/aic7xxx/aic7xxx.seq @@ -1649,7 +1649,7 @@ mesgin_complete: complete_accepted: /* - * See if we attempted to deliver a message but the target ingnored us. + * See if we attempted to deliver a message but the target ignored us. */ test SCB_CONTROL, MK_MESSAGE jz . + 2; mvi MKMSG_FAILED call set_seqint;