From bbc8c5a1d1ca379bb7e9919dac678ccd48fc1c69 Mon Sep 17 00:00:00 2001 From: Tom de Vries Date: Tue, 3 Sep 2024 17:30:37 +0200 Subject: [gdb] Fix typos Fix a few typos. unconditionaly -> unconditionally gratuitiously -> gratuitously configureable -> configurable represention -> representation distiguished -> distinguished breakpointer -> breakpoint asssignments -> assignments architectual -> architectural compatibity -> compatibility adjustement -> adjustment unexcepted -> unexpected propogated -> propagated consistant -> consistent succeding -> succeeding higlight -> highlight detachs -> detach Tested by rebuilding on x86_64-linux. Approved-By: Simon Marchi --- gdb/bfin-tdep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/bfin-tdep.c') diff --git a/gdb/bfin-tdep.c b/gdb/bfin-tdep.c index b89b7df..1fa7a66 100644 --- a/gdb/bfin-tdep.c +++ b/gdb/bfin-tdep.c @@ -465,7 +465,7 @@ bfin_skip_prologue (struct gdbarch *gdbarch, CORE_ADDR pc) /* TODO: Dwarf2 uses entry point value AFTER some register initializations. - We should perhaps skip such asssignments as well (R6 = R1, ...). */ + We should perhaps skip such assignments as well (R6 = R1, ...). */ return pc; } -- cgit v1.1