aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Trippelsdorf <markus@trippelsdorf.de>2017-01-18 08:54:33 +0000
committerMarkus Trippelsdorf <trippels@gcc.gnu.org>2017-01-18 08:54:33 +0000
commit7107b502110f5c99a77fc944fcdda3021c84218f (patch)
treed60907d670d11589bf472512e14880bc84202549
parent4bbc35f33fe5fa9316a7bd18310302eb7616f158 (diff)
downloadgcc-7107b502110f5c99a77fc944fcdda3021c84218f.zip
gcc-7107b502110f5c99a77fc944fcdda3021c84218f.tar.gz
gcc-7107b502110f5c99a77fc944fcdda3021c84218f.tar.bz2
Spelling fix
From-SVN: r244568
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/doc/invoke.texi2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 257a21d..1d09a39 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,9 @@
2017-01-18 Markus Trippelsdorf <markus@trippelsdorf.de>
+ * doc/invoke.texi (fabi-version): Spelling fix.
+
+2017-01-18 Markus Trippelsdorf <markus@trippelsdorf.de>
+
PR c++/70182
* doc/invoke.texi (fabi-version): Mention mangling fix for
operator names.
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 06e3ae8..1665775 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -2254,7 +2254,7 @@ attributes (e.g. @samp{stdcall}).
Version 11, which first appeared in G++ 7, corrects the mangling of
sizeof... expressions and operator names. For multiple entities with
the same name within a function, that are declared in different scopes,
-the mangling now changes starting with the eighth occurence. It also
+the mangling now changes starting with the eighth occurrence. It also
implies @option{-fnew-inheriting-ctors}.
See also @option{-Wabi}.