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

Committed as obvious.

commit 8d4ebdf7bfffefb077a28174aed5cb13e89cb90e
Author: Jonathan Wakely <jwak...@redhat.com>
Date:   Wed Jan 25 14:30:12 2017 +0000

    Fix "classe" typo in C++ Dialect Options docs
    
        * doc/invoke.texi (C++ Dialect Options): Fix typo.

diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 6a42193..d388d01 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -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

Reply via email to