Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Jul 2022 12:11:03 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: 66147d138ad0 - main - aic7xxx: Fix a few common typo in source code comments
Message-ID:  <202207031211.263CB3EK034224@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.
 	 */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207031211.263CB3EK034224>