git: 6b5988f20138 - stable/12 - aic7xxx: Fix two typos in source code comments
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 05 Aug 2023 04:43:46 UTC
The branch stable/12 has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=6b5988f201380040bda44d5f7b893db441f7034b commit 6b5988f201380040bda44d5f7b893db441f7034b Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2023-08-02 07:20:17 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2023-08-05 04:42:18 +0000 aic7xxx: Fix two typos in source code comments - s/reslection/reselection/ (cherry picked from commit 3514686b344da607515decb500018d25aadacd33) --- 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 2f1b07e12fb8..0834b0bf09c4 100644 --- a/sys/dev/aic7xxx/aic79xx.c +++ b/sys/dev/aic7xxx/aic79xx.c @@ -9504,7 +9504,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 97af917b9c2e..3f47a445404e 100644 --- a/sys/dev/aic7xxx/aic7xxx.c +++ b/sys/dev/aic7xxx/aic7xxx.c @@ -7221,7 +7221,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) {