summaryrefslogtreecommitdiff
path: root/gdb/symtab.c
diff options
context:
space:
mode:
authorDavid Anderson <davea@sgi.com>2000-10-27 15:02:42 +0000
committerDavid Anderson <davea@sgi.com>2000-10-27 15:02:42 +0000
commit86492e7813dd3de2ecad8d9c2c803198c045300f (patch)
tree3c42c168e7a1c14b1a59251cfc5ea04cce44bed1 /gdb/symtab.c
parent0594ce6812669af20b550a1aad8b0a5a8c540382 (diff)
downloadgdb-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.c2
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.