[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 <simon.marchi@efficios.com>
This commit is contained in:
Tom de Vries
2024-09-03 17:30:37 +02:00
parent a6ecb18b79
commit bbc8c5a1d1
18 changed files with 18 additions and 18 deletions

View File

@@ -184,7 +184,7 @@ struct btrace_function
/* The instruction number offset for the first instruction in this
function segment.
If INSN is empty this is the insn_offset of the succeding function
If INSN is empty this is the insn_offset of the succeeding function
segment in control-flow order. */
unsigned int insn_offset;