Many minor typo fixes

I ran codespell on gdb/*.[chyl] and fixed a bunch of simple typos.
Most of what remains is trickier, i.e., spots where a somewhat natural
name of something in the code is flagged as a typo.

Reviewed-By: Tom de Vries <tdevries@suse.de>
This commit is contained in:
Tom Tromey
2025-04-03 08:33:58 -06:00
parent 2d458da9a8
commit 973c575967
82 changed files with 125 additions and 125 deletions

View File

@@ -310,7 +310,7 @@ ft32_skip_prologue (struct gdbarch *gdbarch, CORE_ADDR pc)
return sal.end;
}
}
/* No useable line symbol. Use result of prologue parsing method. */
/* No usable line symbol. Use result of prologue parsing method. */
return plg_end;
}
}