git: 9a9d901bf2c3 - main - exca(4): Fix a typo in a source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Mon, 28 Mar 2022 17:30:18 UTC
The branch main has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=9a9d901bf2c39d2c4df6d46915a8783a9c1762f9

commit 9a9d901bf2c39d2c4df6d46915a8783a9c1762f9
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-03-27 16:39:36 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-03-28 17:30:10 +0000

    exca(4): Fix a typo in a source code comment
    
    - s/maping/mapping/
    
    MFC after:      3 days
---
 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 48169e0bca7d..e0448ba04012 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