diff options
author | Michael Snyder <msnyder@vmware.com> | 2000-12-08 19:59:25 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 2000-12-08 19:59:25 +0000 |
commit | 0fb34c3a109e4276e48f5999a59899b15f79c42c (patch) | |
tree | e46e647008a511d7d8242f20f95e9d4073c934ae /gdb/dbxread.c | |
parent | bd2fa4f6c95dc2ced5e7fa5a102465eb7be18478 (diff) | |
download | gdb-0fb34c3a109e4276e48f5999a59899b15f79c42c.zip gdb-0fb34c3a109e4276e48f5999a59899b15f79c42c.tar.gz gdb-0fb34c3a109e4276e48f5999a59899b15f79c42c.tar.bz2 |
2000-12-08 Michael Snyder <msnyder@mvstp600e.cygnus.com>
* alpha-tdep.c: Fix typo in comment.
* dbxread.c: Fix typo in comment.
* fr30-tdep.c: Fix typo: newline missing after comment.
* mcore-tdep.c: Fix typo in comment.
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) */ |