From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-yx0-f177.google.com ([209.85.213.177]) by canuck.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1RHIEw-0003y6-CO for linux-mtd@lists.infradead.org; Fri, 21 Oct 2011 16:46:39 +0000 Received: by yxk36 with SMTP id 36so4694914yxk.36 for ; Fri, 21 Oct 2011 09:46:36 -0700 (PDT) From: Brian Norris To: Artem Bityutskiy Subject: [PATCH] doc, faq: fix typos Date: Fri, 21 Oct 2011 09:46:17 -0700 Message-Id: <1319215577-30184-1-git-send-email-computersforpeace@gmail.com> Cc: Brian Norris , linux-mtd@lists.infradead.org List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Fix spelling errors and a URL typo. Signed-off-by: Brian Norris --- 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:

  • [NEED WORK] The "unstable bits issue", which is not MLC-specific, described - here.
  • + here. 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

    NAND simulator (nandsim) 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 (0x90) - consult the flash manual. The following are examples of input parameters:

    -- 1.7.5.4