gdbstub: spelling fix: respectivelly
authorMichael Tokarev <mjt@tls.msk.ru>
Tue, 14 Nov 2023 16:08:08 +0000 (19:08 +0300)
committerMichael Tokarev <mjt@tls.msk.ru>
Wed, 15 Nov 2023 08:09:17 +0000 (11:09 +0300)
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>
gdbstub/gdbstub.c

index ebb912da1b32b231228f07034fc7e850ffb9e776..46d752bbc2cd31694af5502aa69d233c3a2548ed 100644 (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
      * step or resume, and a pointer to the state structure of one of them,
-     * respectivelly
+     * respectively
      */
     int target_count = 0;
     CPUState *last_target = NULL;