summaryrefslogtreecommitdiff
path: root/module/system/repl/command.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/system/repl/command.scm')
-rw-r--r--module/system/repl/command.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/system/repl/command.scm b/module/system/repl/command.scm
index 4441ef054..e1ae6136c 100644
--- a/module/system/repl/command.scm
+++ b/module/system/repl/command.scm
@@ -673,7 +673,7 @@ Step until control reaches a different source location in the current frame."
#:into? #f #:instruction? #f)
(throw 'quit)))
-(define-stack-command (step-instruction repl)
+(define-stack-command (next-instruction repl)
"next-instruction
Step until control reaches a different instruction in the current frame.