diff options
author | David Anderson <davea@sgi.com> | 2000-10-27 15:02:42 +0000 |
---|---|---|
committer | David Anderson <davea@sgi.com> | 2000-10-27 15:02:42 +0000 |
commit | 7e73cedf75b6388ab7786d5c8bd06368f94ee69b (patch) | |
tree | 01cebc5754b17f6cc947f84b6d31dd0775da13ac /gdb/symfile.c | |
parent | bf1b588105487405c16b3688c687373490638ee0 (diff) | |
download | gdb-7e73cedf75b6388ab7786d5c8bd06368f94ee69b.zip gdb-7e73cedf75b6388ab7786d5c8bd06368f94ee69b.tar.gz gdb-7e73cedf75b6388ab7786d5c8bd06368f94ee69b.tar.bz2 |
Corrected spelling errors in comments.
gdbarch.{c,sh} removed a word from a comment.
Diffstat (limited to 'gdb/symfile.c')
-rw-r--r-- | gdb/symfile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/symfile.c b/gdb/symfile.c index 02f0404..05fd4fb 100644 --- a/gdb/symfile.c +++ b/gdb/symfile.c @@ -2143,7 +2143,7 @@ cashier_psymtab (struct partial_symtab *pst) it is not called for subsidiary files such as .h files. Return value is 1 if we blew away the environment, 0 if not. - FIXME. The return valu appears to never be used. + FIXME. The return value appears to never be used. FIXME. I think this is not the best way to do this. We should work on being gentler to the environment while still cleaning up |