gdbstub: spelling fix: respectivelly

Fixes: 761e3c1088 "gdbstub: fixes cases where wrong threads were reported to GDB on SIGINT"
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
Michael Tokarev 2023-11-14 19:08:08 +03:00
parent 487152fa1f
commit ac2786f0b0

View file

@ -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 * 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, * step or resume, and a pointer to the state structure of one of them,
* respectivelly * respectively
*/ */
int target_count = 0; int target_count = 0;
CPUState *last_target = NULL; CPUState *last_target = NULL;