Re: [PATCH] doc: Fix typo "is is" in Documentations

From: Randy Dunlap
Date: Mon Aug 19 2013 - 13:03:30 EST


On 08/19/13 07:10, Masanari Iida wrote:
> Fix double words "is is" in Documentations.
>
> diff --git a/Documentation/mtd/nand_ecc.txt b/Documentation/mtd/nand_ecc.txt
> index 990efd7..e129b24 100644
> --- a/Documentation/mtd/nand_ecc.txt
> +++ b/Documentation/mtd/nand_ecc.txt
> @@ -543,7 +543,7 @@ THe code within the for loop was changed to:
> }
>
> As you can see tmppar is used to accumulate the parity within a for
> -iteration. In the last 3 statements is is added to par and, if needed,
> +iteration. In the last 3 statements is added to par and, if needed,

I think that this should be:
it is added

> to rp12 and rp14.
>
> While making the changes I also found that I could exploit that tmppar


--
~Randy
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/