Fix a typo in last change
authorStan Shebs <shebs@codesourcery.com>
Sat, 3 Sep 1994 01:15:15 +0000 (01:15 +0000)
committerStan Shebs <shebs@codesourcery.com>
Sat, 3 Sep 1994 01:15:15 +0000 (01:15 +0000)
gdb/coffread.c

index 4c501a0..0706665 100644 (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 */