Fix "classe" typo in C++ Dialect Options docs

* doc/invoke.texi (C++ Dialect Options): Fix typo.

From-SVN: r244901
This commit is contained in:
Jonathan Wakely 2017-01-25 15:01:10 +00:00 committed by Jonathan Wakely
parent 536c221d20
commit 25b0128ee3
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2017-01-25 Jonathan Wakely <jwakely@redhat.com>
* doc/invoke.texi (C++ Dialect Options): Fix typo.
2017-01-25 Richard Biener <rguenther@suse.de>
PR tree-optimization/69264

View file

@ -3084,7 +3084,7 @@ classes that indirectly use multiple inheritance.
@item -Wvirtual-inheritance
@opindex Wvirtual-inheritance
Warn when a class is defined with a virtual direct base classe. Some
Warn when a class is defined with a virtual direct base class. Some
coding rules disallow multiple inheritance, and this may be used to
enforce that rule. The warning is inactive inside a system header file,
such as the STL, so one can still use the STL. One may also define