git: 7dff1d4be776 - stable/13 - aic7xxx: Fix a few common typos in source code comments
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 08 Jul 2022 02:25:38 UTC
The branch stable/13 has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=7dff1d4be776d244cdef038d9c39db060fca8147
commit 7dff1d4be776d244cdef038d9c39db060fca8147
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-07-03 12:06:48 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-07-08 02:25:03 +0000
aic7xxx: Fix a few common typos in source code comments
- s/ingnore/ignore/
- s/ingnored/ignored/
(cherry picked from commit 9bfefcea43efceaeb18e3965af4e84827158aa40)
---
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 b217dda3b516..30c383288d0f 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 08dbba23b4a9..0e43ce1e4318 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;