Fix a typo in last change

This commit is contained in:
Stan Shebs 1994-09-03 01:15:15 +00:00
parent b40fa61278
commit e1118f1582

View file

@ -1511,7 +1511,7 @@ process_coff_symbol (cs, aux, section_offsets, objfile)
concat (SYMBOL_NAME (sym), NULL);
}
#ifdef CXUX_TARGET
/* Ignore vendor section for Harris CX/UX targets.
/* Ignore vendor section for Harris CX/UX targets. */
else if (cs->c_name[0] == '$')
break;
#endif /* CXUX_TARGET */