Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Aug 2023 07:20:25 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: 3514686b344d - main - aic7xxx: Fix two typos in source code comments
Message-ID:  <202308020720.3727KPkO034074@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by gbe:

URL: https://cgit.FreeBSD.org/src/commit/?id=3514686b344da607515decb500018d25aadacd33

commit 3514686b344da607515decb500018d25aadacd33
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2023-08-02 07:20:17 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2023-08-02 07:20:17 +0000

    aic7xxx: Fix two typos in source code comments
    
    - s/reslection/reselection/
    
    MFC after:      3 days
---
 sys/dev/aic7xxx/aic79xx.c | 2 +-
 sys/dev/aic7xxx/aic7xxx.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys/dev/aic7xxx/aic79xx.c b/sys/dev/aic7xxx/aic79xx.c
index 6f93c6c6e578..e720e89e89f1 100644
--- a/sys/dev/aic7xxx/aic79xx.c
+++ b/sys/dev/aic7xxx/aic79xx.c
@@ -9442,7 +9442,7 @@ bus_reset:
 				/*
 				 * The sequencer will never re-reference the
 				 * in-core SCB.  To make sure we are notified
-				 * during reslection, set the MK_MESSAGE flag in
+				 * during reselection, set the MK_MESSAGE flag in
 				 * the card's copy of the SCB.
 				 */
 				ahd_outb(ahd, SCB_CONTROL,
diff --git a/sys/dev/aic7xxx/aic7xxx.c b/sys/dev/aic7xxx/aic7xxx.c
index d37f70ca011f..29bef06a3fa1 100644
--- a/sys/dev/aic7xxx/aic7xxx.c
+++ b/sys/dev/aic7xxx/aic7xxx.c
@@ -7182,7 +7182,7 @@ bus_reset:
 				 * In the non-paging case, the sequencer will
 				 * never re-reference the in-core SCB.
 				 * To make sure we are notified during
-				 * reslection, set the MK_MESSAGE flag in
+				 * reselection, set the MK_MESSAGE flag in
 				 * the card's copy of the SCB.
 				 */
 				if ((ahc->flags & AHC_PAGESCBS) == 0) {



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