OSDN Git Service

Remove doubled up words.
[pf3gnuchains/gcc-fork.git] / gcc / cp / decl.c
index bbccb67..55ae173 100644 (file)
@@ -1089,7 +1089,7 @@ warn_extern_redeclared_static (tree newdecl, tree olddecl)
     return;
 
   /* If the old declaration was `static', or the new one isn't, then
-     then everything is OK.  */
+     everything is OK.  */
   if (DECL_THIS_STATIC (olddecl) || !DECL_THIS_STATIC (newdecl))
     return;