Commit 25b0128e by Jonathan Wakely Committed by Jonathan Wakely

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

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

From-SVN: r244901
parent 536c221d
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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment