diff options
Diffstat (limited to 'sys/powerpc/ofw/ofw_pcib_pci.c')
-rw-r--r-- | sys/powerpc/ofw/ofw_pcib_pci.c | 2 |
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 6cf5cb871556..6307d050a671 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); } |