debug_engine: Fix a few typos (#1261)

no functional changes are intended.

cf.
https://sourceware.org/gdb/onlinedocs/gdb/General-Query-Packets.html#General-Query-Packets
This commit is contained in:
YAMAMOTO Takashi
2022-06-30 16:45:46 +09:00
committed by GitHub
parent 2b49a0b817
commit 653efecd02
5 changed files with 15 additions and 15 deletions

View File

@ -18,10 +18,10 @@ void
handle_interrupt(WASMGDBServer *server);
void
handle_generay_set(WASMGDBServer *server, char *payload);
handle_general_set(WASMGDBServer *server, char *payload);
void
handle_generay_query(WASMGDBServer *server, char *payload);
handle_general_query(WASMGDBServer *server, char *payload);
void
handle_v_packet(WASMGDBServer *server, char *payload);