diff options
author | Marek Polacek <polacek@redhat.com> | 2017-05-09 10:53:49 +0000 |
---|---|---|
committer | Marek Polacek <mpolacek@gcc.gnu.org> | 2017-05-09 10:53:49 +0000 |
commit | 40abbbea6659b07309e39355d06792dd7db13884 (patch) | |
tree | b8b28171fcf5a521bdb7ea88b9f8458bf5a35840 /gcc | |
parent | 05e5efc89665603d39a2c029a97d49f374c6cc4e (diff) | |
download | gcc-40abbbea6659b07309e39355d06792dd7db13884.zip gcc-40abbbea6659b07309e39355d06792dd7db13884.tar.gz gcc-40abbbea6659b07309e39355d06792dd7db13884.tar.bz2 |
* doc/invoke.texi: Fix typo.
From-SVN: r247784
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/invoke.texi | 8 |
2 files changed, 8 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5f02dc4..b36704b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2017-05-09 Marek Polacek <polacek@redhat.com> + + * doc/invoke.texi: Fix typo. + 2017-05-09 Richard Biener <rguenther@suse.de> * tree-vrp.c (vrp_val_is_max): Adjust comment. diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 3308b63..2a075b2 100644 --- a/gcc/doc/invoke.texi +++ b/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 |