git: 41986474b28f - stable/12 - exca(4): Fix a typo in a source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Sat, 02 Apr 2022 13:43:54 UTC
The branch stable/12 has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=41986474b28f3ea6c0104943e797b0c3e9248e54

commit 41986474b28f3ea6c0104943e797b0c3e9248e54
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-03-27 16:39:36 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-04-02 13:42:05 +0000

    exca(4): Fix a typo in a source code comment
    
    - s/maping/mapping/
    
    (cherry picked from commit 9a9d901bf2c39d2c4df6d46915a8783a9c1762f9)
---
 sys/dev/exca/exca.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/dev/exca/exca.c b/sys/dev/exca/exca.c
index 060e0a548c95..c16a3446b35e 100644
--- a/sys/dev/exca/exca.c
+++ b/sys/dev/exca/exca.c
@@ -242,7 +242,7 @@ exca_do_mem_map(struct exca_softc *sc, int win)
  * map (either common or attribute).  Memory created via this interface
  * starts out at card address 0.  Since the only way to set this is
  * to set it on a struct resource after it has been mapped, we're safe
- * in maping this assumption.  Note that resources can be remapped using
+ * in mapping this assumption.  Note that resources can be remapped using
  * exca_do_mem_map so that's how the card address can be set later.
  */
 int