svn commit: r352654 - head/sys/dev/pccard
Olivier Cochard
olivier at FreeBSD.org
Tue Sep 24 16:49:42 UTC 2019
Author: olivier (ports committer)
Date: Tue Sep 24 16:49:42 2019
New Revision: 352654
URL: https://svnweb.freebsd.org/changeset/base/352654
Log:
Fix a minor typo
Approved by: lwhsu
MFC after: 1 month
Sponsored by: Netflix
Differential Revision: https://reviews.freebsd.org/D19970
Modified:
head/sys/dev/pccard/pccard.c
Modified: head/sys/dev/pccard/pccard.c
==============================================================================
--- head/sys/dev/pccard/pccard.c Tue Sep 24 16:45:34 2019 (r352653)
+++ head/sys/dev/pccard/pccard.c Tue Sep 24 16:49:42 2019 (r352654)
@@ -266,7 +266,7 @@ pccard_probe_and_attach_child(device_t dev, device_t c
* 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.
*
More information about the svn-src-all
mailing list