Spelling fix
authorMarkus Trippelsdorf <markus@trippelsdorf.de>
Wed, 18 Jan 2017 08:54:33 +0000 (08:54 +0000)
committerMarkus Trippelsdorf <trippels@gcc.gnu.org>
Wed, 18 Jan 2017 08:54:33 +0000 (08:54 +0000)
From-SVN: r244568

gcc/ChangeLog
gcc/doc/invoke.texi

index 257a21d30cfaa4690dfacaf9756fcf0cf50f6b76..1d09a39f91bd9a9c4e940e90e8646824d8ba12b8 100644 (file)
@@ -1,3 +1,7 @@
+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
index 06e3ae866648552813f621ea7a02b0d870285b2d..16657759a372f16418d493fc7ca08c0ec19e7e89 100644 (file)
@@ -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}.