From: Michael Snyder Date: Fri, 10 Oct 2003 21:59:05 +0000 (+0000) Subject: 2003-10-10 Michael Snyder X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=74276724728047f5d17a4b95d79751ccbb10cf82;p=binutils-gdb.git 2003-10-10 Michael Snyder * d10v-tdep.c: Fix typo in comment. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index a88bce51a06..6ccba8b6e6d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2003-10-10 Michael Snyder + + * d10v-tdep.c: Fix typo in comment. + 2003-10-10 Andrew Cagney * rs6000-tdep.c (e500_store_return_value): Delete function. 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);