aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2010-03-13 22:51:26 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2010-03-13 22:51:26 +0000
commit920932eef61e134f1246907c7564fb0034f65265 (patch)
tree3f4dae476bdd54ab62f4af2e2eb3c72c855e0913 /chapter08
parent9ec9c03979b0b801ee1cb5a9ae5cd9c10aba5b62 (diff)
typos
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9221 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08')
-rw-r--r--chapter08/grub.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter08/grub.xml b/chapter08/grub.xml
index a14c562d4..08ba1c4e5 100644
--- a/chapter08/grub.xml
+++ b/chapter08/grub.xml
@@ -38,9 +38,9 @@ dd if=floppy.img of=/dev/fd0 bs=1440 count=1</userinput></screen>
<para>GRUB uses its own naming structure for drives and partitions in
the form of <emphasis>(hdn,m)</emphasis>, where <emphasis>n</emphasis>
is the hard drive number and <emphasis>m</emphasis> is the partition
- number. The hard drive number starts from zero, but he partition number
+ number. The hard drive number starts from zero, but the partition number
starts from one for normal partitions and five for extended partitions.
- Note that this is different form earlier versions where
+ Note that this is different from earlier versions where
both numbers started from zero. For example, partition <filename
class="partition">sda1</filename> is <emphasis>(hd0,1)</emphasis> to
GRUB and <filename class="partition">sdb3</filename> is