diff options
Diffstat (limited to 'gdb/dbxread.c')
-rw-r--r-- | gdb/dbxread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/dbxread.c b/gdb/dbxread.c index e15539a..c8f9cfe 100644 --- a/gdb/dbxread.c +++ b/gdb/dbxread.c @@ -788,7 +788,7 @@ static int symbuf_end; completed after all the stabs are read. */ struct cont_elem { - /* sym and stabsstring for continuing information in cfront */ + /* sym and stabstring for continuing information in cfront */ struct symbol *sym; char *stabs; /* state dependencies (statics that must be preserved) */ |