diff options
Diffstat (limited to 'gcc/toplev.c')
-rw-r--r-- | gcc/toplev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/toplev.c b/gcc/toplev.c index 1b3487e9010..473decb9111 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -1449,7 +1449,7 @@ int warn_notreached; int warn_uninitialized; -/* Nonzero means warn about all declarations which shadow others. */ +/* Nonzero means warn about all declarations which shadow others. */ int warn_shadow; |