]> git.proxmox.com Git - qemu.git/blobdiff - gdbstub.c
sun4u: give ISA bus to ISA methods
[qemu.git] / gdbstub.c
index 640cf4ee2add8931a7d465a0252d9bf9da0f5745..a5806ef6c490a903dc56f39a3491bd88e93dc0fe 100644 (file)
--- a/gdbstub.c
+++ b/gdbstub.c
@@ -2678,7 +2678,7 @@ gdb_handlesig (CPUState *env, int sig)
         }
       else if (n == 0 || errno != EAGAIN)
         {
-          /* XXX: Connection closed.  Should probably wait for annother
+          /* XXX: Connection closed.  Should probably wait for another
              connection before continuing.  */
           return sig;
         }