Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Jul 2022 02:28:48 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 035b9386e558 - stable/12 - aic7xxx: Fix a few common typo in source code comments
Message-ID:  <202207080228.2682SmB6014339@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=035b9386e5584418e6fb3aa35e39abc1fa7471fa

commit 035b9386e5584418e6fb3aa35e39abc1fa7471fa
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:28:15 +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 4245c6a2855e..97af917b9c2e 100644
--- a/sys/dev/aic7xxx/aic7xxx.c
+++ b/sys/dev/aic7xxx/aic7xxx.c
@@ -6084,7 +6084,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?202207080228.2682SmB6014339>