diff options
| author | Gordon Bergling <gbe@FreeBSD.org> | 2022-03-27 16:39:36 +0000 |
|---|---|---|
| committer | Gordon Bergling <gbe@FreeBSD.org> | 2022-03-28 17:30:10 +0000 |
| commit | 9a9d901bf2c39d2c4df6d46915a8783a9c1762f9 (patch) | |
| tree | bb9071d156ab993ea657d00eef010f7ce50bd47a /sys/dev/exca | |
| parent | 22ba115b49a2c266aa1967f6b192b7aa8f883b7d (diff) | |
Diffstat (limited to 'sys/dev/exca')
| -rw-r--r-- | sys/dev/exca/exca.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
