diff options
author | Xi Ruoyao <xry111@xry111.site> | 2022-09-15 11:32:32 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2022-09-15 11:32:32 +0800 |
commit | 78817e1b263b5a29afd8fdb843b03b2ff1191b32 (patch) | |
tree | 83ef20f1b4e6355745c07301cea76239ebab37ee /chapter08 | |
parent | b17680d8ea3c91a0107a52a182ab5465749c0f5b (diff) |
binutils: fix a typo
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/binutils.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter08/binutils.xml b/chapter08/binutils.xml index 78de16f9c..26011b570 100644 --- a/chapter08/binutils.xml +++ b/chapter08/binutils.xml @@ -174,7 +174,7 @@ cd build</userinput></screen> <screen><userinput remap="install">make tooldir=/usr install</userinput></screen> - <para>Remove useless static libraries and an emptmy man page:</para> + <para>Remove useless static libraries and an empty man page:</para> <screen><userinput remap="install">rm -fv /usr/lib/lib{bfd,ctf,ctf-nobfd,opcodes}.a rm -fv /usr/share/man/man1/gprofng.1</userinput></screen> |