From f02fb1054b0b340de2e0e13a7179fc1db791ac5b Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Sun, 17 Aug 2025 16:25:26 +0800 Subject: [PATCH] gcc-pass1: Fix typos in the explanation of -i.orig --- chapter05/gcc-pass1.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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