(set_spec): Fix comment-in-comment typo.

From-SVN: r13643
This commit is contained in:
Richard Kenner 1997-02-15 18:26:43 -05:00
parent 7c27f801dc
commit a34259fc5b
1 changed files with 0 additions and 2 deletions

View File

@ -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))