aboutsummaryrefslogtreecommitdiff
path: root/gdb/mcore-tdep.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
commit7e73cedf75b6388ab7786d5c8bd06368f94ee69b (patch)
tree01cebc5754b17f6cc947f84b6d31dd0775da13ac /gdb/mcore-tdep.c
parentbf1b588105487405c16b3688c687373490638ee0 (diff)
downloadgdb-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/mcore-tdep.c')
-rw-r--r--gdb/mcore-tdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/mcore-tdep.c b/gdb/mcore-tdep.c
index d129d5f..c47a1b5 100644
--- a/gdb/mcore-tdep.c
+++ b/gdb/mcore-tdep.c
@@ -615,7 +615,7 @@ mcore_skip_prologue (CORE_ADDR pc)
struct symtab_and_line sal;
/* If we have line debugging information, then the end of the
- prologue should the first assembly instruction of the first
+ prologue should be the first assembly instruction of the first
source line */
if (find_pc_partial_function (pc, NULL, &func_addr, &func_end))
{