aboutsummaryrefslogtreecommitdiff
path: root/gdb/d10v-tdep.c
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@vmware.com>2003-10-10 21:59:05 +0000
committerMichael Snyder <msnyder@vmware.com>2003-10-10 21:59:05 +0000
commit74276724728047f5d17a4b95d79751ccbb10cf82 (patch)
tree480c47e1a82834cb8593e4e2a9a024ce6e621571 /gdb/d10v-tdep.c
parente754ae69e1edcc0097c2fed2955716e181680e67 (diff)
downloadgdb-74276724728047f5d17a4b95d79751ccbb10cf82.zip
gdb-74276724728047f5d17a4b95d79751ccbb10cf82.tar.gz
gdb-74276724728047f5d17a4b95d79751ccbb10cf82.tar.bz2
2003-10-10 Michael Snyder <msnyder@redhat.com>
* d10v-tdep.c: Fix typo in comment.
Diffstat (limited to 'gdb/d10v-tdep.c')
-rw-r--r--gdb/d10v-tdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/d10v-tdep.c b/gdb/d10v-tdep.c
index 3090cc8..6fde9e9 100644
--- a/gdb/d10v-tdep.c
+++ b/gdb/d10v-tdep.c
@@ -506,7 +506,7 @@ d10v_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 source line */
+ should be the first assembly instruction of the first source line. */
if (find_pc_partial_function (pc, NULL, &func_addr, &func_end))
{
sal = find_pc_line (func_addr, 0);