Commit a34259fc by Richard Kenner

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

From-SVN: r13643
parent 7c27f801
...@@ -1274,8 +1274,6 @@ set_spec (name, spec) ...@@ -1274,8 +1274,6 @@ set_spec (name, spec)
int name_len = strlen (name); int name_len = strlen (name);
int i; int i;
/* See if the
/* See if the spec already exists */ /* See if the spec already exists */
for (sl = specs; sl; sl = sl->next) for (sl = specs; sl; sl = sl->next)
if (name_len == sl->name_len && !strcmp (sl->name, name)) if (name_len == sl->name_len && !strcmp (sl->name, name))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment