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.
         *
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to