summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-bin-debugger/tools
diff options
context:
space:
mode:
authorYuhei Okazaki <[email protected]>2015-12-05 23:02:38 +0900
committerYuhei Okazaki <[email protected]>2015-12-23 22:16:36 +0900
commita08439a7c0e2fecb55b0bfa48df18bcf90eccc53 (patch)
treed6566071f43dd2684edc4c911db7256ebc2ef253 /mrbgems/mruby-bin-debugger/tools
parente1cc814ec467ab15211a7d2362f461b6b7ece597 (diff)
downloadmruby-a08439a7c0e2fecb55b0bfa48df18bcf90eccc53.tar.gz
mruby-a08439a7c0e2fecb55b0bfa48df18bcf90eccc53.zip
fixed next command's comment.
Diffstat (limited to 'mrbgems/mruby-bin-debugger/tools')
-rwxr-xr-xmrbgems/mruby-bin-debugger/tools/mrdb/mrdb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mrbgems/mruby-bin-debugger/tools/mrdb/mrdb.c b/mrbgems/mruby-bin-debugger/tools/mrdb/mrdb.c
index 09875d458..45e0b51d8 100755
--- a/mrbgems/mruby-bin-debugger/tools/mrdb/mrdb.c
+++ b/mrbgems/mruby-bin-debugger/tools/mrdb/mrdb.c
@@ -57,7 +57,7 @@ static const debug_command debug_command_list[] = {
{"quit", NULL, 1, 0, 0, DBGCMD_QUIT, dbgcmd_quit}, /* q[uit] */
{"run", NULL, 1, 0, 0, DBGCMD_RUN, dbgcmd_run}, /* r[un] */
{"step", NULL, 1, 0, 1, DBGCMD_STEP, dbgcmd_step}, /* s[tep] */
- {"next", NULL, 1, 0, 1, DBGCMD_NEXT, dbgcmd_next}, /* s[tep] */
+ {"next", NULL, 1, 0, 1, DBGCMD_NEXT, dbgcmd_next}, /* n[ext] */
{NULL}
};