* doc/invoke.texi (C++ Dialect Options): Fix typo.
From-SVN: r244901
+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
@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