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