From: Richard Kenner Date: Sat, 15 Feb 1997 23:26:43 +0000 (-0500) Subject: (set_spec): Fix comment-in-comment typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a34259fc5b6aaaa020f5ef77d411777a163b1705;p=gcc.git (set_spec): Fix comment-in-comment typo. From-SVN: r13643 --- diff --git a/gcc/gcc.c b/gcc/gcc.c index 4be2f62db37..a4cfd45b994 100644 --- 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))