]> www.infradead.org Git - mtd-www.git/commitdiff
doc, FAQ, general: spelling fixes
authorBrian Norris <norris@broadcom.com>
Thu, 24 Jun 2010 16:41:48 +0000 (09:41 -0700)
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Thu, 8 Jul 2010 09:24:08 +0000 (12:24 +0300)
Signed-off-by: Brian Norris <norris@broadcom.com>
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
faq/jffs2.xml
faq/ubifs.xml

index 50f525f7236c8b53024cd357c3d907585befa1b3..b2991d14a73d494821308edaaeeb122bbe13127e 100644 (file)
@@ -277,8 +277,8 @@ There are two cases where this does not work. The first is when JFFS2 is used
 as a root filesystem. For now, this requires the mtdblock device to be
 specified for <CODE>root=</CODE> on the kernel command line. The second case is
 when the mount binary that is being used does not play nicely with the above
-format. The busybox version of mount is known to not work without the mtdblock
-device.
+format. The BusyBox version of <CODE>mount</CODE> is known to not work without
+the mtdblock device.
 </P>
 
 
index d61a0c509e284d5692cb6bbe01394917ffefc02d..e9171408320d7699110bbb693dccaa1d191380be 100644 (file)
@@ -33,8 +33,8 @@
        <li><a href="ubifs.html#L_ubifs_extract">How to extract files from an UBI/UBIFS image?</a></li>
        <li><a href="ubifs.html#L_powercut">Is UBIFS tolerant to power-cuts?</a></li>
        <li><a href="ubifs.html#L_smaller_jrn">I need more space - should I make UBIFS journal smaller?</a></li>
-       <li><a href="ubifs.html#L_empty_file">Why my file is empty after an unclean reboot?</a></li>
-       <li><a href="ubifs.html#L_end_hole">Why my file has zeroes at the end after an unclean reboot?</a></li>
+       <li><a href="ubifs.html#L_empty_file">Why is my file empty after an unclean reboot?</a></li>
+       <li><a href="ubifs.html#L_end_hole">Why does my file have zeroes at the end after an unclean reboot?</a></li>
        <li><a href="ubifs.html#L_bgt_thread">What does the "ubifs_bgt0_0" thread do?</a></li>
        <li><a href="ubifs.html#L_sudden_ro">UBIFS suddenly became read-only - what is this?</a></li>
        <li><a href="ubifs.html#L_detect_ro">How to detect if UBIFS became read-only?</a></li>
@@ -986,12 +986,12 @@ size.</p>
 
 <p>To put it simple, the amount of available space on UBIFS does not really
 depend on the journal size. There is very weak dependency, though, because for
-bigger journal we need bigger log, but it is really something which does not
-make any noticeable difference.</p>
+a bigger journal we need a bigger log, but it really does not make a
+noticeable difference.</p>
 
 
 
-<h2><a name="L_empty_file">Why my file is empty after an unclean reboot?</a></h2>
+<h2><a name="L_empty_file">Why is my file empty after an unclean reboot?</a></h2>
 
 <p>Zero-length files are a special case of corruption which happens when
 an application first truncates a file, then updates it. The truncation is
@@ -1048,7 +1048,7 @@ to implement it.</p>
 
 
 
-<h2><a name="L_end_hole">Why my file has zeroes at the end after an unclean reboot?</a></h2>
+<h2><a name="L_end_hole">Why does my file have zeroes at the end after an unclean reboot?</a></h2>
 
 <p>Power cuts often lead to holes at the end of files. Holes are areas of
 the file which contain no data. For example, if you truncate a file to a larger
@@ -1176,7 +1176,7 @@ I get: "init_constants_early: too few LEBs (12), min. is 17"
 </a></h2>
 
 <p>This error means that you are trying to mount too small UBI volume.
-Probably because you flash is too small? Try to use JFFS2 then, becasue it
+Probably because your flash is too small? Try to use JFFS2, then, because it
 suits small flashes better since it has much lower space overhead. Indeed,
 UBIFS sotores much more indexing information on the flash media than JFFS2, so
 it has much higher overhead. Also, UBI has some overhead (see