diff --git a/chapter03/mounting.xml b/chapter03/mounting.xml
index 31c3b2384..343542301 100644
--- a/chapter03/mounting.xml
+++ b/chapter03/mounting.xml
@@ -21,7 +21,7 @@ mount /dev/xxx $LFS
Replace xxx with the designation of the LFS
partition.
-(If you decided to use multiple partitions for LFS (say one for
+If you have decided to use multiple partitions for LFS (say one for
/ and another for /usr), mount
them like this:
@@ -31,7 +31,7 @@ mkdir $LFS/usr &&
mount /dev/yyy $LFS/usr
Of course, replace xxx and yyy
-with the appropriate partition names.)
+with the appropriate partition names.
Now that we've made ourselves a place to work in, we're ready to begin
assembling the temporary tools in the next chapter.