Corrected spelling errors in comments.

gdbarch.{c,sh} removed a word from a comment.
This commit is contained in:
David Anderson
2000-10-27 15:02:42 +00:00
parent bf1b588105
commit 7e73cedf75
16 changed files with 30 additions and 22 deletions

View File

@@ -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))
{