This patch gets rid of all the implicit definition warnings for serengeti except...
[coreboot.git] / src / southbridge / amd / amd8111 / amd8111.c
index f1a1862edb91774911e265af4c09c058169f15e3..d5536c4fc1b17e307b3e359b83051462a8e4f2c9 100644 (file)
@@ -11,7 +11,7 @@ void amd8111_enable(device_t dev)
        unsigned index;
        unsigned reg_old, reg;
 
-       /* See if we are on the behind the amd8111 pci bridge */
+       /* See if we are on the bus behind the amd8111 pci bridge */
        bus_dev = dev->bus->dev;
        if ((bus_dev->vendor == PCI_VENDOR_ID_AMD) && 
            (bus_dev->device == PCI_DEVICE_ID_AMD_8111_PCI))