diff options
| author | Michael Tokarev <mjt@tls.msk.ru> | 2023-11-14 19:08:08 +0300 |
|---|---|---|
| committer | Michael Tokarev <mjt@tls.msk.ru> | 2023-11-15 11:09:17 +0300 |
| commit | ac2786f0b0d05614ccebcc87d4c9b4917b669eba (patch) | |
| tree | 03dbf24e8ee68a00d1837f9b31300ccbd5b641e2 /gdbstub/gdbstub.c | |
| parent | 487152fa1fdb2ad25a15986d13a5dd43ae9e219f (diff) | |
| download | focaccia-qemu-ac2786f0b0d05614ccebcc87d4c9b4917b669eba.tar.gz focaccia-qemu-ac2786f0b0d05614ccebcc87d4c9b4917b669eba.zip | |
gdbstub: spelling fix: respectivelly
Fixes: 761e3c10881b "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>
Diffstat (limited to 'gdbstub/gdbstub.c')
| -rw-r--r-- | gdbstub/gdbstub.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdbstub/gdbstub.c b/gdbstub/gdbstub.c index ebb912da1b..46d752bbc2 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; |