]> Git Repo - J-u-boot.git/blobdiff - drivers/net/e1000.c
Use correct spelling of "U-Boot"
[J-u-boot.git] / drivers / net / e1000.c
index 70fc02ee5ca6bb9bb28abf9361eb359398e6089e..6a434d7f2d882d4d2a6175394b2fca92dc33c73f 100644 (file)
@@ -5380,7 +5380,7 @@ e1000_initialize(bd_t * bis)
        for (i = 0; (devno = pci_find_devices(e1000_supported, i)) >= 0; i++) {
                /*
                 * These will never get freed due to errors, this allows us to
-                * perform SPI EEPROM programming from U-boot, for example.
+                * perform SPI EEPROM programming from U-Boot, for example.
                 */
                struct eth_device *nic = malloc(sizeof(*nic));
                struct e1000_hw *hw = malloc(sizeof(*hw));
This page took 0.026318 seconds and 4 git commands to generate.