From ab8f22a975deb90b2b369f18c21b0b00d9d4eff5 Mon Sep 17 00:00:00 2001 From: Jim Kingdon Date: Sat, 20 Apr 1991 00:41:55 +0000 Subject: [PATCH] Fix comment (coff-encap -> dbx-in-coff). --- gdb/coffread.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gdb/coffread.c b/gdb/coffread.c index 50fbc54026..68eed3761c 100644 --- a/gdb/coffread.c +++ b/gdb/coffread.c @@ -58,8 +58,8 @@ extern void free_all_psymtabs (); /* To be an sdb debug type, type must have at least a basic or primary derived type. Using this rather than checking against T_NULL is - said to prevent core dumps if we try to operate on a coff-encap file. - (I'm not sure that can happen with BFD...). */ + said to prevent core dumps if we try to operate on Michael Bloom + dbx-in-coff file. */ #define SDB_TYPE(type) (BTYPE(type) | (type & N_TMASK))