Fix a typo in a comment.

This commit is contained in:
Ian Lepore 2016-05-26 16:53:50 +00:00
parent 98f139daef
commit 4cbedf8a36

View file

@ -114,7 +114,7 @@ phandle_t ofw_bus_find_compatible(phandle_t, const char *);
/* 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 */