1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-20 15:43:16 +00:00

fix comment typo

This commit is contained in:
Sam Leffler 2007-05-23 17:28:21 +00:00
parent 4dec0e67ea
commit 3c86b7cdad
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=169908

View File

@ -3850,7 +3850,7 @@ driver_module_handler(module_t mod, int what, void *arg)
/**
* @brief Enumerate all hinted devices for this bus.
*
* Walks throught he hints for this bus and calls the bus_hinted_child
* Walks through the hints for this bus and calls the bus_hinted_child
* routine for each one it fines. It searches first for the specific
* bus that's being probed for hinted children (eg isa0), and then for
* generic children (eg isa).