]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
c-opts.c (c_common_post_options): Fix a typo in comments.
authorH.J. Lu <hongjiu.lu@intel.com>
Thu, 22 Jan 2009 23:46:46 +0000 (23:46 +0000)
committerH.J. Lu <hjl@gcc.gnu.org>
Thu, 22 Jan 2009 23:46:46 +0000 (15:46 -0800)
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

gcc/ChangeLog
gcc/c-opts.c

index df876e9bb0d3a18d3f08dabacf9d54ebee82ff45..3136439cb047c560920847101a3a69c68c97a506 100644 (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
index 589b05be3893baf3b763e338e3815fe340d5482b..1ec86ec4adc8e5c3dcbe599bc8d89984dc64284b 100644 (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;