2003-10-10 Michael Snyder <msnyder@redhat.com>
authorMichael Snyder <msnyder@vmware.com>
Fri, 10 Oct 2003 21:59:05 +0000 (21:59 +0000)
committerMichael Snyder <msnyder@vmware.com>
Fri, 10 Oct 2003 21:59:05 +0000 (21:59 +0000)
        * d10v-tdep.c: Fix typo in comment.

gdb/ChangeLog
gdb/d10v-tdep.c

index a88bce5..6ccba8b 100644 (file)
@@ -1,3 +1,7 @@
+2003-10-10  Michael Snyder  <msnyder@redhat.com>
+
+       * d10v-tdep.c: Fix typo in comment.
+
 2003-10-10  Andrew Cagney  <cagney@redhat.com>
 
        * rs6000-tdep.c (e500_store_return_value): Delete function.
index 3090cc8..6fde9e9 100644 (file)
@@ -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);