diff options
Diffstat (limited to 'gdb/gdbtk.h')
-rw-r--r-- | gdb/gdbtk.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gdbtk.h b/gdb/gdbtk.h index 0b5e59f..a98be7a 100644 --- a/gdb/gdbtk.h +++ b/gdb/gdbtk.h @@ -68,7 +68,7 @@ extern int disassemble_from_exec; extern int running_now; /* These two control how the GUI behaves when tracing or loading - They are defined in gdbtk_cmds.c */ + They are defined in gdbtk-cmds.c */ extern int No_Update; extern int load_in_progress; |