]> www.infradead.org Git - mtd-www.git/commitdiff
general: a few grammatical fixes
authorRobert P. J. Day <rpjday@crashcourse.ca>
Tue, 9 Feb 2010 11:34:13 +0000 (06:34 -0500)
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Mon, 15 Feb 2010 14:41:20 +0000 (16:41 +0200)
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
doc/general.xml

index 8368b2e26aee9a6467d85b03a73f5788e4604fbd..14ba8ffe8d1dae0e1e03c4c6c79442ee77036bb5 100644 (file)
@@ -30,7 +30,7 @@ AG-AND, ECC'd NOR, etc.</p>
 <p>MTD subsystem does not deal with block devices like MMC, eMMC, SD,
 CompactFlash, etc. These devices are not raw flashes but they have a Flash
 Translation layer inside, which makes them look like block devices. These
-devices are subject of the Linux block subsystem, not MTD. Please, refer
+devices are the subject of the Linux block subsystem, not MTD. Please, refer to
 <a href="../faq/general.html#L_mtd_vs_hdd">this</a> FAQ section for a short
 list of the main differences between block and MTD devices. And the
 <a href="ubifs.html#L_raw_vs_ftl">raw flash vs. FTL devices</a> UBIFS section
@@ -46,15 +46,15 @@ discusses this in more details.</p>
        them as bad or checking if an eraseblock is bad, getting information
        about MTD devices, etc.</li>
 
-       <li>The <code>sysfs</code> interface is relatively and it provides full
-       information about each MTD device in the system. This interface is
+       <li>The <code>sysfs</code> interface is relatively newer and it provides
+       full information about each MTD device in the system. This interface is
        easily extensible and developers are encouraged to use the
        <code>sysfs</code> interface instead of older <code>ioctl</code> or
        <code>/proc/mtd</code> interfaces, when possible.</li>
 
        <li>The <code>/proc/mtd</code> proc file system file provides general
        MTD information. This is a legacy interface and the sysfs interface
-       provide more information.</li>
+       provides more information.</li>
 </ul>
 
 <p>MTD subsystem supports bare <a href="nand.html">NAND</a> flashes with
@@ -77,7 +77,7 @@ starting from kernel version <code>2.6.29</code> and they live in the
 <code>drivers/mtd/tests</code> directory of the linux kernel source codes. You
 may compile the tests as kernel modules by enabling them in the kernel
 configuration menu by marking: "<b>Device Drivers</b>" ->
-"<b>Memory Technology Devices (MTD)</b>" -> "<b>MTD tests support</b>" (or
+"<b>Memory Technology Device (MTD) support</b>" -> "<b>MTD tests support</b>" (or
 the <code>MTD_TESTS</code> symbol in the <code>.config</code> file).</p>
 
 <p>If you have a pre-<code>2.6.29</code> kernel, you may find the tests