diff options
author | Jonathan Wakely <jwakely@redhat.com> | 2017-01-25 15:01:10 +0000 |
---|---|---|
committer | Jonathan Wakely <redi@gcc.gnu.org> | 2017-01-25 15:01:10 +0000 |
commit | 25b0128ee3d8999083b94e06f0182bb78e1b3c20 (patch) | |
tree | f991ce87f6867689dec4329dfef5a13d6ac81841 | |
parent | 536c221d20d42459739e34e3a5aba8268cf48a6f (diff) | |
download | gcc-25b0128ee3d8999083b94e06f0182bb78e1b3c20.zip gcc-25b0128ee3d8999083b94e06f0182bb78e1b3c20.tar.gz gcc-25b0128ee3d8999083b94e06f0182bb78e1b3c20.tar.bz2 |
Fix "classe" typo in C++ Dialect Options docs
* doc/invoke.texi (C++ Dialect Options): Fix typo.
From-SVN: r244901
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/invoke.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7e0b4c6..233116a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 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 |