X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Fflash%2Fnand%2Ffileio.c;h=1279e45a4fa565b254ff8d5d5af0dcaf6e3dd228;hb=9db3e9879db3d89984eea80dc6fd9b1c3c269e58;hp=f65f957bf20f60cbcda688fe1caca09f85c8990a;hpb=f5cc8360fdf4c004c9efa2132645f9319ceef49d;p=openocd.git diff --git a/src/flash/nand/fileio.c b/src/flash/nand/fileio.c index f65f957bf2..1279e45a4f 100644 --- a/src/flash/nand/fileio.c +++ b/src/flash/nand/fileio.c @@ -206,7 +206,7 @@ int nand_fileio_read(struct nand_device *nand, struct nand_fileio_state *s) } else if (s->oob_format & NAND_OOB_SW_ECC_KW) { /* * In this case eccpos is not used as - * the ECC data is always stored contigously + * the ECC data is always stored contiguously * at the end of the OOB area. It consists * of 10 bytes per 512-byte data block. */