]> git.sur5r.net Git - u-boot/blobdiff - board/Marvell/common/i2c.c
serial: powerpc: Implement CONFIG_SERIAL_MULTI into marvell serial driver
[u-boot] / board / Marvell / common / i2c.c
index 8d87b2dd9a763d088e6b95d1c555f69c6347a01b..d53495c762f0e3c4fb818bfd9efce00c99eda0f3 100644 (file)
@@ -420,7 +420,7 @@ i2c_read (uchar dev_addr, unsigned int offset, int alen, uchar * data,
        status = i2c_get_data (data, len);
        if (status) {
 #ifdef DEBUG_I2C
-               printf ("Data not recieved: 0x%02x\n", status);
+               printf ("Data not received: 0x%02x\n", status);
 #endif
                return status;
        }