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. --- gdbserver/linux-low.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdbserver/linux-low.cc') diff --git a/gdbserver/linux-low.cc b/gdbserver/linux-low.cc index e6a3920..8ab1669 100644 --- a/gdbserver/linux-low.cc +++ b/gdbserver/linux-low.cc @@ -3540,7 +3540,7 @@ linux_process_target::wait_1 (ptid_t ptid, target_waitstatus *ourstatus, else { /* The LWP stopped due to a plain signal or a syscall signal. Either way, - event_chid->waitstatus wasn't filled in with the details, so look at + event_child->waitstatus wasn't filled in with the details, so look at the wait status W. */ if (WSTOPSIG (w) == SYSCALL_SIGTRAP) { -- cgit v1.1