]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/c-decl.c
Fix spelling errors in comments.
[thirdparty/gcc.git] / gcc / c-decl.c
index 1e877de6dd3f32a6fc8006d7df5c09b880e71c83..cdeb1cabe0df2913b2e84c3f4b3a1f79d8290c67 100644 (file)
@@ -1110,7 +1110,7 @@ pushtag (name, type)
   /* Create a fake NULL-named TYPE_DECL node whose TREE_TYPE will be the
      tagged type we just added to the current binding level.  This fake
      NULL-named TYPE_DECL node helps dwarfout.c to know when it needs
-     to output a representation of a tagged type, and it also gives
+     to output a representation of a tagged type, and it also gives
      us a convenient place to record the "scope start" address for the
      tagged type.  */
 
@@ -1246,7 +1246,7 @@ duplicate_decls (newdecl, olddecl)
         that isn't actually built in.  */
       if (!TREE_PUBLIC (newdecl))
        {
-         /* If you declare it as static, the
+         /* If you declare it as static, the
             default definition is overridden.  */
          return 0;
        }