diff mbox

Fix typo in -Wimplicit-fallthrough documentation

Message ID 20170509105454.GB4910@redhat.com
State New
Headers show

Commit Message

Marek Polacek May 9, 2017, 10:54 a.m. UTC
It was pointed out to me that we have "the these" in docs.  Thus fixed.

Applying to trunk.

2017-05-09  Marek Polacek  <polacek@redhat.com>

	* doc/invoke.texi: Fix typo.

	Marek
diff mbox

Patch

diff --git gcc/doc/invoke.texi gcc/doc/invoke.texi
index 3308b63..2a075b2 100644
--- gcc/doc/invoke.texi
+++ gcc/doc/invoke.texi
@@ -4279,10 +4279,10 @@  switch (cond)
 C++17 provides a standard way to suppress the @option{-Wimplicit-fallthrough}
 warning using @code{[[fallthrough]];} instead of the GNU attribute.  In C++11
 or C++14 users can use @code{[[gnu::fallthrough]];}, which is a GNU extension.
-Instead of the these attributes, it is also possible to add a fallthrough
-comment to silence the warning.  The whole body of the C or C++ style comment
-should match the given regular expressions listed below.  The option argument
-@var{n} specifies what kind of comments are accepted:
+Instead of these attributes, it is also possible to add a fallthrough comment
+to silence the warning.  The whole body of the C or C++ style comment should
+match the given regular expressions listed below.  The option argument @var{n}
+specifies what kind of comments are accepted:
 
 @itemize @bullet