From: Stan Shebs Date: Sat, 3 Sep 1994 01:15:15 +0000 (+0000) Subject: Fix a typo in last change X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e1118f158207d6935d7d25c3bbf60bce50cd563d;p=binutils-gdb.git Fix a typo in last change --- diff --git a/gdb/coffread.c b/gdb/coffread.c index 4c501a07ae7..0706665d521 100644 --- a/gdb/coffread.c +++ b/gdb/coffread.c @@ -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 */