summaryrefslogtreecommitdiff
path: root/gdb/d10v-tdep.c
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@specifix.com>2003-10-10 21:59:05 +0000
committerMichael Snyder <msnyder@specifix.com>2003-10-10 21:59:05 +0000
commit0e05764b855c2c6b6c27a8515dbcf920b1aefdc5 (patch)
treedaacae154fb8a06a4cac0c793f451c69d993bf44 /gdb/d10v-tdep.c
parenta62494eced76ff8b016016fb28c7ae8f1b3f5dfe (diff)
downloadgdb-0e05764b855c2c6b6c27a8515dbcf920b1aefdc5.tar.gz
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 3090cc8bca4..6fde9e97bde 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);