aboutsummaryrefslogtreecommitdiff
path: root/gdb/stubs/z80-stub.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/stubs/z80-stub.c')
-rw-r--r--gdb/stubs/z80-stub.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/stubs/z80-stub.c b/gdb/stubs/z80-stub.c
index c85b28c..cb5a8fd 100644
--- a/gdb/stubs/z80-stub.c
+++ b/gdb/stubs/z80-stub.c
@@ -121,7 +121,7 @@
#define DBG_NMI_EX EX_HWBREAK
#define DBG_INT_EX EX_SIGINT
-/* Define following macro to statement, which will be exectuted after entering to
+/* Define following macro to statement, which will be executed after entering to
stub_main function. Statement should include semicolon. */
//#define DBG_ENTER debug_enter();
@@ -912,7 +912,7 @@ process_v (char *buffer) FASTCALL
if (buffer[5] == '?')
{
/* result response will be "vCont;c;C"; C action must be
- supported too, because GDB reguires at lease both of them */
+ supported too, because GDB requires at lease both of them */
memcpy (&buffer[5], ";c;C", 5);
return 0;
}