Author: ian Date: Thu May 26 16:53:50 2016 New Revision: 300757 URL: https://svnweb.freebsd.org/changeset/base/300757
Log: Fix a typo in a comment. Modified: head/sys/dev/ofw/ofw_bus_subr.h Modified: head/sys/dev/ofw/ofw_bus_subr.h ============================================================================== --- head/sys/dev/ofw/ofw_bus_subr.h Thu May 26 16:51:38 2016 (r300756) +++ head/sys/dev/ofw/ofw_bus_subr.h Thu May 26 16:53:50 2016 (r300757) @@ -114,7 +114,7 @@ phandle_t ofw_bus_find_compatible(phandl /* Helper to search for a child with a given name */ phandle_t ofw_bus_find_child(phandle_t, const char *); -/* Helper routine to find a device_t child matchig a given phandle_t */ +/* Helper routine to find a device_t child matching a given phandle_t */ device_t ofw_bus_find_child_device_by_phandle(device_t bus, phandle_t node); /* Helper routines for parsing lists */ _______________________________________________ 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"