aboutsummaryrefslogtreecommitdiffstats
path: root/appendixa/binutils-desc.xml
diff options
context:
space:
mode:
Diffstat (limited to 'appendixa/binutils-desc.xml')
-rw-r--r--appendixa/binutils-desc.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/appendixa/binutils-desc.xml b/appendixa/binutils-desc.xml
index 776b5bfdc..486bb07be 100644
--- a/appendixa/binutils-desc.xml
+++ b/appendixa/binutils-desc.xml
@@ -146,7 +146,8 @@ modified copies under different names.
<sect3><title>c++filt</title>
<para>
-The C++ language provides function overloading, which means that you can
+The C++ language provides function overloading, which means that it is
+possible to
write many functions with the same name (providing each takes parameters
of different types). All C++ function names are encoded into a low-level
assembly label (this process is known as mangling). The c++filt program