]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/cpu/arm720t/lpc2292/mmc_hw.c
cleanup: Fix typos and misspellings in various files.
[u-boot] / arch / arm / cpu / arm720t / lpc2292 / mmc_hw.c
index b4dc4a6e2f1cbbb1237be11e0a194d1ccf75ebbd..bd6a5b120604fb2f2c3bd9b2ed805614e1999877 100644 (file)
@@ -148,7 +148,7 @@ unsigned char mmc_read_sector (unsigned long addr,unsigned char *Buffer)
        /* Command 16 to read aBlocks from the MMC/SD - caed */
        unsigned char CMD[] = {0x51,0x00,0x00,0x00,0x00,0xFF};
 
-       /* The addres on the MMC/SD-card is in bytes,
+       /* The address on the MMC/SD-card is in bytes,
        addr is transformed from blocks to bytes and the result is
        placed into the command */
 
@@ -173,7 +173,7 @@ unsigned char mmc_write_sector (unsigned long addr,unsigned char *Buffer)
        /* Command 24 to write a block to the MMC/SD - card */
        unsigned char CMD[] = {0x58, 0x00, 0x00, 0x00, 0x00, 0xFF};
 
-       /* The addres on the MMC/SD-card is in bytes,
+       /* The address on the MMC/SD-card is in bytes,
        addr is transformed from blocks to bytes and the result is
        placed into the command */