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/infrun.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/infrun.c') diff --git a/gdb/infrun.c b/gdb/infrun.c index 4d6df75..58da1ce 100644 --- a/gdb/infrun.c +++ b/gdb/infrun.c @@ -7500,7 +7500,7 @@ process_event_stop_test (struct execution_control_state *ecs) { /* We are executing the reverse-finish command. If the system supports multiple entry points and we are finishing a - function in reverse. If we are between the entry points singe-step + function in reverse. If we are between the entry points single-step back to the alternate entry point. If we are at the alternate entry point -- just need to back up by one more single-step, which should take us back to the function call. */ -- cgit v1.1