diff options
author | H.J. Lu <hongjiu.lu@intel.com> | 2009-01-22 23:46:46 +0000 |
---|---|---|
committer | H.J. Lu <hjl@gcc.gnu.org> | 2009-01-22 15:46:46 -0800 |
commit | e4e624abe26d4db540bb502199d115e765047db0 (patch) | |
tree | 6ed8b0e1c31b3e5c42aa331da2bd3bcbd8f3d9c6 /gcc | |
parent | 78b580a99edf257a8504d531ac3ae4057dbf4075 (diff) | |
download | gcc-e4e624abe26d4db540bb502199d115e765047db0.zip gcc-e4e624abe26d4db540bb502199d115e765047db0.tar.gz gcc-e4e624abe26d4db540bb502199d115e765047db0.tar.bz2 |
c-opts.c (c_common_post_options): Fix a typo in comments.
2009-01-22 H.J. Lu <hongjiu.lu@intel.com>
* c-opts.c (c_common_post_options): Fix a typo in comments.
From-SVN: r143578
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/c-opts.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index df876e9..3136439 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2009-01-22 H.J. Lu <hongjiu.lu@intel.com> + + * c-opts.c (c_common_post_options): Fix a typo in comments. + 2009-01-22 Steve Ellcey <sje@cup.hp.com> PR middle-end/38615 diff --git a/gcc/c-opts.c b/gcc/c-opts.c index 589b05b..1ec86ec 100644 --- a/gcc/c-opts.c +++ b/gcc/c-opts.c @@ -1054,7 +1054,7 @@ c_common_post_options (const char **pfilename) if (warn_ignored_qualifiers == -1) warn_ignored_qualifiers = extra_warnings; - /* -Wpointer_sign is disabled by default, but it is enabled if any + /* -Wpointer-sign is disabled by default, but it is enabled if any of -Wall or -pedantic are given. */ if (warn_pointer_sign == -1) warn_pointer_sign = 0; |