From 3c86b7cdada89c4fc1ba6f27c21857fef3f4ddd3 Mon Sep 17 00:00:00 2001 From: Sam Leffler Date: Wed, 23 May 2007 17:28:21 +0000 Subject: [PATCH] fix comment typo --- sys/kern/subr_bus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/kern/subr_bus.c b/sys/kern/subr_bus.c index a58df9f96930..b629634efee0 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).