summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/ofw
diff options
context:
space:
mode:
Diffstat (limited to 'sys/powerpc/ofw')
-rw-r--r--sys/powerpc/ofw/ofw_pcib_pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/powerpc/ofw/ofw_pcib_pci.c b/sys/powerpc/ofw/ofw_pcib_pci.c
index 6cf5cb8..6307d05 100644
--- a/sys/powerpc/ofw/ofw_pcib_pci.c
+++ b/sys/powerpc/ofw/ofw_pcib_pci.c
@@ -95,7 +95,7 @@ ofw_pcib_pci_probe(device_t dev)
return (ENXIO);
}
- device_set_desc(dev, "OpenFirmware PCI-PCI bridge");
+ device_set_desc(dev, "Open Firmware PCI-PCI bridge");
return (-1000);
}
OpenPOWER on IntegriCloud