mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-26 20:03:54 -06:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue