aboutsummaryrefslogtreecommitdiff
path: root/src/devices
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices')
-rw-r--r--src/devices/pci_device.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/pci_device.c b/src/devices/pci_device.c
index a185aae8d6..f40b4d8adf 100644
--- a/src/devices/pci_device.c
+++ b/src/devices/pci_device.c
@@ -672,8 +672,8 @@ unsigned int pci_scan_bus(struct bus *bus, unsigned min_devfn,
}
post_code(0x25);
- /* if the child provides scan_bus(), for example a bridge, scan the
- * bus behind that child */
+ /* if a child provides scan_bus(), for example a bridge, scan
+ * buses behind that child */
for (child = bus->children; child; child = child->sibling) {
if (!child->ops->scan_bus) {
continue;