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
This commit is contained in:
H.J. Lu 2009-01-22 23:46:46 +00:00 committed by H.J. Lu
parent 78b580a99e
commit e4e624abe2
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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;