diff options
author | Mark Kettenis <kettenis@gnu.org> | 2004-04-09 13:44:02 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2004-04-09 13:44:02 +0000 |
commit | f9a790643a2d0235e062b401dbec29bae25b9118 (patch) | |
tree | 68679ea57657812609eedd4f82386fbf8993531f /gdb/tui | |
parent | 15f7b60ef1a0c23c7fb9c21b59ff6ce529672893 (diff) | |
download | gdb-f9a790643a2d0235e062b401dbec29bae25b9118.zip gdb-f9a790643a2d0235e062b401dbec29bae25b9118.tar.gz gdb-f9a790643a2d0235e062b401dbec29bae25b9118.tar.bz2 |
* tui/tui.c: Fix typo in comment.
Diffstat (limited to 'gdb/tui')
-rw-r--r-- | gdb/tui/tui.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/tui/tui.c b/gdb/tui/tui.c index d6f344f..d88998a 100644 --- a/gdb/tui/tui.c +++ b/gdb/tui/tui.c @@ -58,7 +58,7 @@ /* This redefines CTRL if it is not already defined, so it must come after terminal state releated include files like <term.h> and - "gdb_ncurses.h". */ + "gdb_curses.h". */ #include "readline/readline.h" /* Tells whether the TUI is active or not. */ |