debugger: Fix spelling in regs help.

This commit is contained in:
joevt
2024-10-31 05:00:56 -07:00
committed by dingusdev
parent d6a6c4196f
commit fd4057ea61
+1 -1
View File
@@ -77,7 +77,7 @@ static void show_help() {
cout << " ni -- shortcut for next" << endl;
cout << " until X -- execute until address X is reached" << endl;
cout << " go -- exit debugger and continue emulator execution" << endl;
cout << " regs -- dump content of the GRPs" << endl;
cout << " regs -- dump content of the GPRs" << endl;
cout << " fregs -- dump content of the FPRs" << endl;
cout << " mregs -- dump content of the MMU registers" << endl;
cout << " set R=X -- assign value X to register R" << endl;