From 25b0128ee3d8999083b94e06f0182bb78e1b3c20 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Wed, 25 Jan 2017 15:01:10 +0000 Subject: [PATCH] Fix "classe" typo in C++ Dialect Options docs * doc/invoke.texi (C++ Dialect Options): Fix typo. From-SVN: r244901 --- gcc/ChangeLog | 4 ++++ gcc/doc/invoke.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7e0b4c66650..233116a5a63 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2017-01-25 Jonathan Wakely + + * doc/invoke.texi (C++ Dialect Options): Fix typo. + 2017-01-25 Richard Biener PR tree-optimization/69264 diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 6a42193d106..d388d0178c5 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 -- 2.30.2