git: 9179bf221aa4 - stable/13 - aic7xxx: Fix a few common typo in source code comments
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 08 Jul 2022 02:25:31 UTC
The branch stable/13 has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=9179bf221aa4a71d821c8c6bca06ea917eed2f13
commit 9179bf221aa4a71d821c8c6bca06ea917eed2f13
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-07-03 12:10:30 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-07-08 02:23:25 +0000
aic7xxx: Fix a few common typo in source code comments
- s/irrespecitve/irrespective/
Obtained from: NetBSD
(cherry picked from commit 66147d138ad0c5f7c2db3bca73f47baa6ef9e813)
---
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 247507d80f7f..08dbba23b4a9 100644
--- a/sys/dev/aic7xxx/aic7xxx.c
+++ b/sys/dev/aic7xxx/aic7xxx.c
@@ -6059,7 +6059,7 @@ ahc_reset_channel(struct ahc_softc *ahc, char channel, int initiate_reset)
* we have run out of ATIO resources to drain that
* queue, we may not get them all out here. Further,
* the blocked transactions for the reset channel
- * should just be killed off, irrespecitve of whether
+ * should just be killed off, irrespective of whether
* we are blocked on ATIO resources. Write a routine
* to compact the tqinfifo appropriately.
*/