[lfs] branch trunk updated: gcc-pass1: Fix typos in the explanation of -i.orig

"Git Owner" ([email protected] via lfs-book Mailing List) <[email protected]>
Newsgroups gmane.linux.lfs.book
Message-ID <175541915947.7892.11792184300828945898@rivendell.linuxfromscratch.org>
This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch trunk
in repository lfs.

The following commit(s) were added to refs/heads/trunk by this push:
     new f02fb1054 gcc-pass1: Fix typos in the explanation of -i.orig
f02fb1054 is described below

commit f02fb1054b0b340de2e0e13a7179fc1db791ac5b
Author: Xi Ruoyao <[email protected]>
AuthorDate: Sun Aug 17 16:25:26 2025 +0800

    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</userinput></screen>
       <para>
         This example demonstrates the use of the
         <parameter>-i.orig</parameter> switch.  It makes the
-        <command>sed</command> copy the <filename>t-linux64</filename>
-        to <filename>t-linux64.orig</filename>, and then edit the
-        <filename>t-linux64</filename> inplace.  So you may run
+        <command>sed</command> copy the <filename>t-linux64</filename> file
+        to <filename>t-linux64.orig</filename>, and then edit the original
+        <filename>t-linux64</filename> file inplace.  So you may run
         <command>diff -u gcc/config/i386/t-linux64{.orig,}</command>
         to visualize the change done by the <command>sed</command> command
         afterwards.  We'll simply use <parameter>-i</parameter> (which just

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

-- 
http://lists.linuxfromscratch.org/sympa/info/lfs-book
Unsubscribe: See the above information page
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.