summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_bus.c
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2007-05-23 17:28:21 +0000
committersam <sam@FreeBSD.org>2007-05-23 17:28:21 +0000
commit6343f3d0efa54351b4af70ac953451a0ecd91446 (patch)
tree58b3d334fbc2487ac0e8a448461672408b42eb1a /sys/kern/subr_bus.c
parente2456913e5e762e0da98ad41d5334fe8eb3e8b37 (diff)
downloadFreeBSD-src-6343f3d0efa54351b4af70ac953451a0ecd91446.zip
FreeBSD-src-6343f3d0efa54351b4af70ac953451a0ecd91446.tar.gz
fix comment typo
Diffstat (limited to 'sys/kern/subr_bus.c')
-rw-r--r--sys/kern/subr_bus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/subr_bus.c b/sys/kern/subr_bus.c
index a58df9f..b629634 100644
--- a/sys/kern/subr_bus.c
+++ b/sys/kern/subr_bus.c
@@ -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).
OpenPOWER on IntegriCloud