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 | |
| parent | 6c2e023acf1f786d49e47b8e790abd2e70e917fb (diff) | |
| download | ppe42-gcc-71ee8477804ef87768b4b71614062b3f4a8147b5.tar.gz ppe42-gcc-71ee8477804ef87768b4b71614062b3f4a8147b5.zip | |
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
| -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 df876e9bb0d..3136439cb04 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 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; |

