From a34259fc5b6aaaa020f5ef77d411777a163b1705 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Sat, 15 Feb 1997 18:26:43 -0500 Subject: [PATCH] (set_spec): Fix comment-in-comment typo. From-SVN: r13643 --- gcc/gcc.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/gcc/gcc.c b/gcc/gcc.c index 4be2f62..a4cfd45 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)) -- 2.7.4