Date: Sat, 2 Apr 2022 13:35:31 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 69b988170532 - stable/13 - exca(4): Fix a typo in a source code comment Message-ID: <202204021335.232DZVkM002914@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=69b988170532bf5bf36ea210d79a095200e2fcf7 commit 69b988170532bf5bf36ea210d79a095200e2fcf7 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:30:13 +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 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204021335.232DZVkM002914>