diff options
author | hjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-01-22 23:46:46 +0000 |
---|---|---|
committer | hjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-01-22 23:46:46 +0000 |
commit | 71ee8477804ef87768b4b71614062b3f4a8147b5 (patch) | |
tree | 6ed8b0e1c31b3e5c42aa331da2bd3bcbd8f3d9c6 /gcc/c-opts.c | |
parent | 6c2e023acf1f786d49e47b8e790abd2e70e917fb (diff) | |
download | gcc-71ee8477804ef87768b4b71614062b3f4a8147b5.tar.gz |
2009-01-22 H.J. Lu <hongjiu.lu@intel.com>
* c-opts.c (c_common_post_options): Fix a typo in comments.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@143578 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c-opts.c')
-rw-r--r-- | gcc/c-opts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-opts.c b/gcc/c-opts.c index 589b05be389..1ec86ec4adc 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; |