diff mbox

doc, faq: fix typos

Message ID 1319215577-30184-1-git-send-email-computersforpeace@gmail.com
State Accepted
Commit 6578b45cb834ba1d89470adbd64f72d3aada1fd3
Headers show

Commit Message

Brian Norris Oct. 21, 2011, 4:46 p.m. UTC
Fix spelling errors and a URL typo.

Signed-off-by: Brian Norris <computersforpeace@gmail.com>
---
 doc/ubifs.xml |    2 +-
 faq/nand.xml  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Artem Bityutskiy Oct. 28, 2011, 2:08 p.m. UTC | #1
On Fri, 2011-10-21 at 09:46 -0700, Brian Norris wrote:
> Fix spelling errors and a URL typo.
> 
> Signed-off-by: Brian Norris <computersforpeace@gmail.com>

Pushed, thank you!
diff mbox

Patch

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>