Browse Source

typos

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9221 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Bruce Dubbs 15 years ago
parent
commit
920932eef6
1 changed files with 2 additions and 2 deletions
  1. 2 2
      chapter08/grub.xml

+ 2 - 2
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
     <para>GRUB uses its own naming structure for drives and partitions in
     the form of <emphasis>(hdn,m)</emphasis>, where <emphasis>n</emphasis>
     the form of <emphasis>(hdn,m)</emphasis>, where <emphasis>n</emphasis>
     is the hard drive number and <emphasis>m</emphasis> is the partition
     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.  
     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
     both numbers started from zero. For example, partition <filename
     class="partition">sda1</filename> is <emphasis>(hd0,1)</emphasis> to
     class="partition">sda1</filename> is <emphasis>(hd0,1)</emphasis> to
     GRUB and <filename class="partition">sdb3</filename> is
     GRUB and <filename class="partition">sdb3</filename> is