Merge git://git.infradead.org/mtd-2.6
[cascardo/linux.git] / drivers / mtd / nand / nand_ecc.c
index 809fb53..271b8e7 100644 (file)
@@ -490,7 +490,7 @@ int __nand_correct_data(unsigned char *buf,
                 *
                 * The b2 shift is there to get rid of the lowest two bits.
                 * We could also do addressbits[b2] >> 1 but for the
-                * performace it does not make any difference
+                * performance it does not make any difference
                 */
                if (eccsize_mult == 1)
                        byte_addr = (addressbits[b1] << 4) + addressbits[b0];