summaryrefslogtreecommitdiffstats
path: root/src/debugger.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/debugger.c')
-rw-r--r--src/debugger.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debugger.c b/src/debugger.c
index 9c3c4a178c..b96846310a 100644
--- a/src/debugger.c
+++ b/src/debugger.c
@@ -218,7 +218,7 @@ do_debug(char_u *cmd)
if (last_cmd != 0)
{
- // Execute debug command: decided where to break next and
+ // Execute debug command: decide where to break next and
// return.
switch (last_cmd)
{