From 7107b502110f5c99a77fc944fcdda3021c84218f Mon Sep 17 00:00:00 2001 From: Markus Trippelsdorf Date: Wed, 18 Jan 2017 08:54:33 +0000 Subject: [PATCH] Spelling fix From-SVN: r244568 --- gcc/ChangeLog | 4 ++++ gcc/doc/invoke.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 257a21d30cf..1d09a39f91b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2017-01-18 Markus Trippelsdorf + + * doc/invoke.texi (fabi-version): Spelling fix. + 2017-01-18 Markus Trippelsdorf PR c++/70182 diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 06e3ae86664..16657759a37 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}. -- 2.30.2