git: 66147d138ad0 - main - aic7xxx: Fix a few common typo in source code comments
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 03 Jul 2022 12:11:03 UTC
The branch main has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=66147d138ad0c5f7c2db3bca73f47baa6ef9e813 commit 66147d138ad0c5f7c2db3bca73f47baa6ef9e813 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-07-03 12:10:30 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-07-03 12:10:30 +0000 aic7xxx: Fix a few common typo in source code comments - s/irrespecitve/irrespective/ Obtained from: NetBSD MFC after: 3 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 d6f0068ae891..d37f70ca011f 100644 --- a/sys/dev/aic7xxx/aic7xxx.c +++ b/sys/dev/aic7xxx/aic7xxx.c @@ -6053,7 +6053,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. */