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 a3218ec..35b4436 100644 --- a/gdb/dbxread.c +++ b/gdb/dbxread.c @@ -1312,7 +1312,7 @@ read_dbx_symtab (struct objfile *objfile) *) The assignment to namestring. *) The call to strchr. - *) The addition of a partial symbol the the two partial + *) The addition of a partial symbol the two partial symbol lists. This last is a large section of code, so I've imbedded it in the following macro. */ |