linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Web site:  Some grammatical fixes for the FAQ General page.
@ 2010-02-09 13:44 Robert P. J. Day
  2010-02-16  7:58 ` Artem Bityutskiy
  0 siblings, 1 reply; 2+ messages in thread
From: Robert P. J. Day @ 2010-02-09 13:44 UTC (permalink / raw)
  To: MTD mailing list


Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>

---

diff --git a/faq/general.xml b/faq/general.xml
index 81ba994..1c0551f 100644
--- a/faq/general.xml
+++ b/faq/general.xml
@@ -79,7 +79,7 @@ also block devices.</P>

 <TABLE cellpadding="5" cellspacing="0" border="1">
 	<TR>
-		<TD><B>Block drives</B></TD>
+		<TD><B>Block device</B></TD>
 		<TD><B>MTD device</B></TD>
 	</TR>
 	<TR>
@@ -104,7 +104,7 @@ also block devices.</P>
 		<TD>
 			Bad sectors are re-mapped and hidden by hardware (at
 			least in modern LBA hard drives); in case of FTL
-			devices it is the resposibility of FTL to provide this
+			devices it is the responsibility of FTL to provide this
 		</TD>
 		<TD>
 			Bad eraseblocks are not hidden and should be dealt with
@@ -164,7 +164,7 @@ device nodes.

 <P>
 But in many cases using <CODE>mtdblock</CODE> is a very bad idea because what
-it basically does if you change any sector of you mtdblockX device, it reads
+it basically does if you change any sector of your mtdblockX device, it reads
 the whole corresponding eraseblock into the memory, erases the eraseblock,
 changes the sector in RAM, and writes the whole eraseblock back. This is very
 straightforward. If you have a power failure when the eraseblock is being
@@ -183,7 +183,7 @@ UBI.
 <P>
 It makes sense to use <CODE>mtdblock_ro</CODE> for read-only file systems or
 read-only mounts. For example, one may use SquashFS as it compresses data quite
-well. But think twice before using <CODE>mtdblock</CODE> in read-write more.
+well. But think twice before using <CODE>mtdblock</CODE> in read-write mode.
 And don't try to use it on NAND flash as it is does not handle bad
 eraseblocks.
 </P>


rday
--

========================================================================
Robert P. J. Day                               Waterloo, Ontario, CANADA

            Linux Consulting, Training and Kernel Pedantry.

Web page:                                          http://crashcourse.ca
Twitter:                                       http://twitter.com/rpjday
========================================================================

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Web site:  Some grammatical fixes for the FAQ General page.
  2010-02-09 13:44 [PATCH] Web site: Some grammatical fixes for the FAQ General page Robert P. J. Day
@ 2010-02-16  7:58 ` Artem Bityutskiy
  0 siblings, 0 replies; 2+ messages in thread
From: Artem Bityutskiy @ 2010-02-16  7:58 UTC (permalink / raw)
  To: Robert P. J. Day; +Cc: MTD mailing list

On Tue, 2010-02-09 at 08:44 -0500, Robert P. J. Day wrote:
> Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
> 
> ---
> 
> diff --git a/faq/general.xml b/faq/general.xml
> index 81ba994..1c0551f 100644
> --- a/faq/general.xml
> +++ b/faq/general.xml
> @@ -79,7 +79,7 @@ also block devices.</P>

Pushed, thanks you.

-- 
Best Regards,
Artem Bityutskiy (Артём Битюцкий)

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-02-16  8:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-09 13:44 [PATCH] Web site: Some grammatical fixes for the FAQ General page Robert P. J. Day
2010-02-16  7:58 ` Artem Bityutskiy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).