diff options
author | Masanari Iida <standby24x7@gmail.com> | 2013-08-20 05:53:49 -0700 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-08-27 10:50:52 +0200 |
commit | ac20ad14c3bdb9ed2c43ae16fd949ede9c339502 (patch) | |
tree | 757aaf829529ebcb6f8ea679cff68d1212a18ead /Documentation/mtd | |
parent | 8e33a52fadddcfc9f85594a7ab4802c60ee0046a (diff) |
doc: Fix typo "is is" in Documentations
Fix double words "is is" in Documentations.
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Acked-by: Rob Landley <rob@landley.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'Documentation/mtd')
-rw-r--r-- | Documentation/mtd/nand_ecc.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/mtd/nand_ecc.txt b/Documentation/mtd/nand_ecc.txt index 990efd7a9818..e129b2479ea8 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, to rp12 and rp14. While making the changes I also found that I could exploit that tmppar |