From 6a245982666f80a9a8eb59bf7fb3a67f27c4e947 Mon Sep 17 00:00:00 2001 From: Lior Halphon Date: Sat, 25 Jun 2022 15:55:42 +0300 Subject: [PATCH] Grammar --- Core/debugger.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/debugger.c b/Core/debugger.c index 516095a..f7b1034 100644 --- a/Core/debugger.c +++ b/Core/debugger.c @@ -2001,7 +2001,7 @@ static const debugger_command_t commands[] = { {"lcd", 3, lcd, "Display information about the current state of the LCD controller"}, {"palettes", 3, palettes, "Display the current CGB palettes"}, {"dma", 3, dma, "Display the current OAM DMA status"}, - {"softbreak", 2, softbreak, "Enable or disables software breakpoints", "(on|off)", .argument_completer = on_off_completer}, + {"softbreak", 2, softbreak, "Enable or disable software breakpoints", "(on|off)", .argument_completer = on_off_completer}, {"breakpoint", 1, breakpoint, "Add a new breakpoint at the specified address/expression" HELP_NEWLINE "Can also modify the condition of existing breakpoints." HELP_NEWLINE "If the j modifier is used, the breakpoint will occur just before" HELP_NEWLINE