[PATCH] doc, faq: fix typos
Brian Norris
computersforpeace at gmail.com
Fri Oct 21 12:46:17 EDT 2011
Fix spelling errors and a URL typo.
Signed-off-by: Brian Norris <computersforpeace at gmail.com>
---
doc/ubifs.xml | 2 +-
faq/nand.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/ubifs.xml b/doc/ubifs.xml
index 9943508..bbe86f6 100644
--- a/doc/ubifs.xml
+++ b/doc/ubifs.xml
@@ -309,7 +309,7 @@ some specific aspects of MLC NAND flashes:</p>
<li>[<b>NEED WORK</b>] The "unstable bits issue", which is not
MLC-specific, described
- <a href="/ubifs.html#L_unstable_bits">here</a>.</li>
+ <a href="ubifs.html#L_unstable_bits">here</a>.</li>
</ul>
diff --git a/faq/nand.xml b/faq/nand.xml
index 9d9cd06..e142de8 100644
--- a/faq/nand.xml
+++ b/faq/nand.xml
@@ -186,7 +186,7 @@ Yes, you can. The requirements are the same as for boot-loaders
<P>
NAND simulator (<CODE>nandsim</CODE>) is an extremely useful debugging and
development tool which simulates NAND flashes in RAM or a file. To select the
-simulated flash type one should specify ID bytes of your flashe - the onese
+simulated flash type one should specify ID bytes of your flash - the ones
which are returned by the "Read ID" command (<CODE>0x90</CODE>) - consult the
flash manual. The following are examples of input parameters:
</P>
--
1.7.5.4
More information about the linux-mtd
mailing list