(set_spec): Fix comment-in-comment typo.
authorRichard Kenner <kenner@gcc.gnu.org>
Sat, 15 Feb 1997 23:26:43 +0000 (18:26 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Sat, 15 Feb 1997 23:26:43 +0000 (18:26 -0500)
From-SVN: r13643

gcc/gcc.c

index 4be2f62db37a2fb876402d6271fe96543ff4abd0..a4cfd45b994b676fb1dce483950f86dd41bef8cd 100644 (file)
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -1274,8 +1274,6 @@ set_spec (name, spec)
   int name_len = strlen (name);
   int i;
 
-  /* See if the
-
   /* See if the spec already exists */
   for (sl = specs; sl; sl = sl->next)
     if (name_len == sl->name_len && !strcmp (sl->name, name))