summaryrefslogtreecommitdiff
path: root/board/evb64260/i2c.c
diff options
context:
space:
mode:
authorMike Williams <mike@mikebwilliams.com>2011-07-22 04:01:30 +0000
committerWolfgang Denk <wd@denx.de>2011-07-28 21:27:36 +0200
commit1626308797ac4184e73e56d275a1b8da11a62d5b (patch)
treed12fd0d610303c3d2351d8ace314a643f20e0fc9 /board/evb64260/i2c.c
parent2469c4b2dbdd601a4e44ecf9925b99bd2cd1b43f (diff)
downloadu-boot-imx-1626308797ac4184e73e56d275a1b8da11a62d5b.zip
u-boot-imx-1626308797ac4184e73e56d275a1b8da11a62d5b.tar.gz
u-boot-imx-1626308797ac4184e73e56d275a1b8da11a62d5b.tar.bz2
cleanup: Fix typos and misspellings in various files.
Recieve/Receive recieve/receive Interupt/Interrupt interupt/interrupt Addres/Address addres/address Signed-off-by: Mike Williams <mike@mikebwilliams.com>
Diffstat (limited to 'board/evb64260/i2c.c')
-rw-r--r--board/evb64260/i2c.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/evb64260/i2c.c b/board/evb64260/i2c.c
index c62b647..88d0dac 100644
--- a/board/evb64260/i2c.c
+++ b/board/evb64260/i2c.c
@@ -306,7 +306,7 @@ i2c_read(uchar dev_addr, unsigned int offset, int len, 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;
}