From: Michael Tokarev Date: Tue, 14 Nov 2023 16:08:08 +0000 (+0300) Subject: gdbstub: spelling fix: respectivelly X-Git-Tag: v8.2.0-rc1~14^2~17 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ac2786f0b0d05614ccebcc87d4c9b4917b669eba;p=thirdparty%2Fqemu.git gdbstub: spelling fix: respectivelly Fixes: 761e3c10881b "gdbstub: fixes cases where wrong threads were reported to GDB on SIGINT" Reviewed-by: Thomas Huth Signed-off-by: Michael Tokarev --- diff --git a/gdbstub/gdbstub.c b/gdbstub/gdbstub.c index ebb912da1b3..46d752bbc2c 100644 --- a/gdbstub/gdbstub.c +++ b/gdbstub/gdbstub.c @@ -692,7 +692,7 @@ static int gdb_handle_vcont(const char *p) /* * target_count and last_target keep track of how many CPUs we are going to * step or resume, and a pointer to the state structure of one of them, - * respectivelly + * respectively */ int target_count = 0; CPUState *last_target = NULL;