OSDN Git Service

2009-01-22 H.J. Lu <hongjiu.lu@intel.com>
authorhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 22 Jan 2009 23:46:46 +0000 (23:46 +0000)
committerhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 22 Jan 2009 23:46:46 +0000 (23:46 +0000)
* 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

gcc/ChangeLog
gcc/c-opts.c

index df876e9..3136439 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 589b05b..1ec86ec 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;