From 3bfdcabbc20d56ce25629b464262928a4f90c042 Mon Sep 17 00:00:00 2001 From: Tom de Vries Date: Mon, 5 Jun 2023 12:53:15 +0200 Subject: [gdb] Fix more typos Fix some more typos: - distinquish -> distinguish - actualy -> actually - singe -> single - frash -> frame - chid -> child - dissassembler -> disassembler - uninitalized -> uninitialized - precontidion -> precondition - regsiters -> registers - marge -> merge - sate -> state - garanteed -> guaranteed - explictly -> explicitly - prefices (nonstandard plural) -> prefixes - bondary -> boundary - formated -> formatted - ithe -> the - arrav -> array - coresponding -> corresponding - owend -> owned - fials -> fails - diasm -> disasm - ture -> true - tpye -> type There's one code change, the name of macro SIG_CODE_BONDARY_FAULT changed to SIG_CODE_BOUNDARY_FAULT. Tested on x86_64-linux. --- gdb/disasm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/disasm.h') diff --git a/gdb/disasm.h b/gdb/disasm.h index 02d9408..7e1bb8d 100644 --- a/gdb/disasm.h +++ b/gdb/disasm.h @@ -248,7 +248,7 @@ struct gdb_non_printing_memory_disassembler { /* Nothing. */ } }; -/* A dissassembler class that provides 'print_insn', a method for +/* A disassembler class that provides 'print_insn', a method for disassembling a single instruction to the output stream. */ struct gdb_disassembler : public gdb_printing_disassembler, -- cgit v1.1