summaryrefslogtreecommitdiffstats
path: root/src/device
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2024-01-29 16:17:31 +0100
committerFelix Held <felix-coreboot@felixheld.de>2024-01-31 10:36:49 +0000
commit2755539e11171ecd595366a5115452b48f4a7794 (patch)
tree1ae9b447169ea50eb6c4cf8b616d67f03455576e /src/device
parent7fcd4d58ec7ea2da31c258ba9d8601f086d7f8d8 (diff)
downloadcoreboot-2755539e11171ecd595366a5115452b48f4a7794.tar.gz
coreboot-2755539e11171ecd595366a5115452b48f4a7794.tar.bz2
coreboot-2755539e11171ecd595366a5115452b48f4a7794.zip
device/device.h: Fix spelling mistake
Fix spelling mistake added in 3e99ba0 "device: Add a helper function to add a downstream bus". Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Change-Id: I66ae5000f6f5c0e5bfe42bdfbbbcedec6df0c520 Reviewed-on: https://review.coreboot.org/c/coreboot/+/80234 Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Reviewed-by: Lean Sheng Tan <sheng.tan@9elements.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/device')
-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 72a408e4f5bf..88085f725a81 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.
*
*/