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 | 86492e7813dd3de2ecad8d9c2c803198c045300f (patch) | |
tree | 3c42c168e7a1c14b1a59251cfc5ea04cce44bed1 /gdb/symtab.c | |
parent | 0594ce6812669af20b550a1aad8b0a5a8c540382 (diff) | |
download | gdb-86492e7813dd3de2ecad8d9c2c803198c045300f.tar.gz |
Corrected spelling errors in comments.
gdbarch.{c,sh} removed a word from a comment.
Diffstat (limited to 'gdb/symtab.c')
-rw-r--r-- | gdb/symtab.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/symtab.c b/gdb/symtab.c index 56a179514bc..d6120726814 100644 --- a/gdb/symtab.c +++ b/gdb/symtab.c @@ -1569,7 +1569,7 @@ done: } #endif /* 0 */ -/* Find the source file and line number for a given PC value and section. +/* Find the source file and line number for a given PC value and SECTION. Return a structure containing a symtab pointer, a line number, and a pc range for the entire source line. The value's .pc field is NOT the specified pc. |