aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/device/device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device/device.c b/src/device/device.c
index 72a408e4f5..88085f725a 100644
--- a/src/device/device.c
+++ b/src/device/device.c
@@ -133,7 +133,7 @@ DECLARE_SPIN_LOCK(bus_lock)
* Allocate a new downstream bus structure below a device and attach it
* to the device tree if the device doesn't already have a downstream bus.
*
- * @param parent Parent device the to be created bus should be attached to.
+ * @param parent Parent device the to-be-created bus should be attached to.
* @return Pointer to the newly created bus structure or the existing bus.
*
*/