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:
parent
487152fa1f
commit
ac2786f0b0
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user