aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/bhnd/bhnd.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/bhnd/bhnd.c')
-rw-r--r--sys/dev/bhnd/bhnd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/bhnd/bhnd.c b/sys/dev/bhnd/bhnd.c
index 34be269e8d2f..11e34ddf36de 100644
--- a/sys/dev/bhnd/bhnd.c
+++ b/sys/dev/bhnd/bhnd.c
@@ -117,7 +117,7 @@ bhnd_generic_attach(device_t dev)
/**
* Default bhnd(4) bus driver implementation of DEVICE_DETACH().
*
- * This implementation calls device_detach() for each of the the device's
+ * This implementation calls device_detach() for each of the device's
* children, in reverse bhnd probe order, terminating if any call to
* device_detach() fails.
*/