aboutsummaryrefslogtreecommitdiff
path: root/gdb/interps.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/interps.h')
-rw-r--r--gdb/interps.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/interps.h b/gdb/interps.h
index ebe078e..3a0e837 100644
--- a/gdb/interps.h
+++ b/gdb/interps.h
@@ -98,7 +98,7 @@ public:
/* Notify the interpreter that the current inferior has stopped normally. */
virtual void on_normal_stop (bpstat *bs, int print_frame) {}
- /* Notify the intepreter that the current inferior has exited normally with
+ /* Notify the interpreter that the current inferior has exited normally with
status STATUS. */
virtual void on_exited (int status) {}