aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pccard
diff options
context:
space:
mode:
authorOlivier Cochard <olivier@FreeBSD.org>2019-09-24 16:49:42 +0000
committerOlivier Cochard <olivier@FreeBSD.org>2019-09-24 16:49:42 +0000
commit16f9d2f3b8212e4a025aebd5fd8e3ea387c13a14 (patch)
tree43261fe4f1ffce447bc72a03a834865aa1af3941 /sys/dev/pccard
parent13d9bd2692f0e2f7036e1c391ea309d264c568ae (diff)
Notes
Diffstat (limited to 'sys/dev/pccard')
-rw-r--r--sys/dev/pccard/pccard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/pccard/pccard.c b/sys/dev/pccard/pccard.c
index 65147341a9bc3..095179eecb904 100644
--- a/sys/dev/pccard/pccard.c
+++ b/sys/dev/pccard/pccard.c
@@ -266,7 +266,7 @@ pccard_probe_and_attach_child(device_t dev, device_t child,
* In NetBSD, the drivers are responsible for activating each
* function of a card and selecting the config to use. In
* FreeBSD, all that's done automatically in the typical lazy
- * way we do device resoruce allocation (except we pick the
+ * way we do device resource allocation (except we pick the
* cfe up front). This is the biggest depature from the
* inherited NetBSD model, apart from the FreeBSD resource code.
*