summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_bus.c
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2013-01-23 14:37:05 +0000
committerjhb <jhb@FreeBSD.org>2013-01-23 14:37:05 +0000
commit599614d5969abd6f16b3d206e5fda22e2deb5522 (patch)
tree6ced4be9cb329afd5f106f609f3185e83e4157e5 /sys/kern/subr_bus.c
parentf4f6188cae70e7f0590b4a22d4ea680b9434fc6c (diff)
downloadFreeBSD-src-599614d5969abd6f16b3d206e5fda22e2deb5522.zip
FreeBSD-src-599614d5969abd6f16b3d206e5fda22e2deb5522.tar.gz
Fix a 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 c41fba0..1d45f28 100644
--- a/sys/kern/subr_bus.c
+++ b/sys/kern/subr_bus.c
@@ -3318,7 +3318,7 @@ resource_list_release(struct resource_list *rl, device_t bus, device_t child,
/**
* @brief Fully release a reserved resource
*
- * Fully releases a resouce reserved via resource_list_reserve().
+ * Fully releases a resource reserved via resource_list_reserve().
*
* @param rl the resource list which was allocated from
* @param bus the parent device of @p child
OpenPOWER on IntegriCloud