aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXi Ruoyao <xry111@mengyan1223.wang>2021-08-06 13:49:32 +0800
committerXi Ruoyao <xry111@mengyan1223.wang>2021-08-06 13:49:32 +0800
commita3d62322b5103a2b0c7e4fb28de3a94252ddb262 (patch)
treef6d88975ec08bab111c653b4c785f26cbb6aaa8b
parent99e653593e8c8884c32ae7d437bdbb878e295858 (diff)
minor wording change
-rw-r--r--chapter08/strippingagain.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter08/strippingagain.xml b/chapter08/strippingagain.xml
index bf2493b02..a2b6f0263 100644
--- a/chapter08/strippingagain.xml
+++ b/chapter08/strippingagain.xml
@@ -40,7 +40,7 @@
Read the related entry in <xref linkend="pkgmgmt-upgrade-issues"/> for the
rationale to use the <command>install</command> command here.</para>
- <note><para>The linux loader's name is ld-linux-x86-64.so.2 on 64-bit systems
+ <note><para>The ELF loader's name is ld-linux-x86-64.so.2 on 64-bit systems
and ld-linux.so.2 on 32-bit systems. The contruct below selects the
correct name for the current architecture.</para></note>