mtd: spelling, capitalization, uniformity
[deliverable/linux.git] / drivers / mtd / devices / doc2001.c
index 241192f05bc8d2cb8bcc601f2c61b06cd815274e..c6ea8604a3c314995941b0d54585bc54032a3b27 100644 (file)
@@ -464,7 +464,7 @@ static int doc_read (struct mtd_info *mtd, loff_t from, size_t len,
 #ifdef ECC_DEBUG
                printk("DiskOnChip ECC Error: Read at %lx\n", (long)from);
 #endif
-               /* Read the ECC syndrom through the DiskOnChip ECC logic.
+               /* Read the ECC syndrome through the DiskOnChip ECC logic.
                   These syndrome will be all ZERO when there is no error */
                for (i = 0; i < 6; i++) {
                        syndrome[i] = ReadDOC(docptr, ECCSyndrome0 + i);
This page took 0.024472 seconds and 5 git commands to generate.