Fix "classe" typo in C++ Dialect Options docs
authorJonathan Wakely <jwakely@redhat.com>
Wed, 25 Jan 2017 15:01:10 +0000 (15:01 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Wed, 25 Jan 2017 15:01:10 +0000 (15:01 +0000)
* doc/invoke.texi (C++ Dialect Options): Fix typo.

From-SVN: r244901

gcc/ChangeLog
gcc/doc/invoke.texi

index 7e0b4c66650e39c82a2841de2bfa48af196c68b8..233116a5a633af6ecb66cecb432bb60e8131de51 100644 (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
index 6a42193d106dc01cfb2900a91b2d940032204739..d388d0178c59def79cb73fa7e9c6cfc5e1262dd7 100644 (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