diff options
author | Gordon Bergling <gbe@FreeBSD.org> | 2023-08-02 07:20:17 +0000 |
---|---|---|
committer | Gordon Bergling <gbe@FreeBSD.org> | 2023-08-05 04:40:46 +0000 |
commit | 9d9da1c5d0dd8fa051b094a39cbea78154b354ca (patch) | |
tree | 9c36abbee3cf31a1cd6f8032a1fe3b6cfb59a7f9 | |
parent | 68edbc8a903f3a8df5adbf5d92841447d57d865f (diff) |
aic7xxx: Fix two typos in source code comments
- s/reslection/reselection/
(cherry picked from commit 3514686b344da607515decb500018d25aadacd33)
-rw-r--r-- | sys/dev/aic7xxx/aic79xx.c | 2 | ||||
-rw-r--r-- | 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 30c383288d0f..fac585698f6b 100644 --- a/sys/dev/aic7xxx/aic79xx.c +++ b/sys/dev/aic7xxx/aic79xx.c @@ -9451,7 +9451,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 0e43ce1e4318..b2b355c5d646 100644 --- a/sys/dev/aic7xxx/aic7xxx.c +++ b/sys/dev/aic7xxx/aic7xxx.c @@ -7188,7 +7188,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) { |