diff --git a/chapter05/gcc-pass1.xml b/chapter05/gcc-pass1.xml index 3a537e014..a5aa62e45 100644 --- a/chapter05/gcc-pass1.xml +++ b/chapter05/gcc-pass1.xml @@ -76,9 +76,9 @@ esac This example demonstrates the use of the -i.orig switch. It makes the - sed copy the t-linux64 - to t-linux64.orig, and then edit the - t-linux64 inplace. So you may run + sed copy the t-linux64 file + to t-linux64.orig, and then edit the original + t-linux64 file inplace. So you may run diff -u gcc/config/i386/t-linux64{.orig,} to visualize the change done by the sed command afterwards. We'll simply use -i (which just