diff options
author | Fred Fish <fnf@specifix.com> | 2004-02-02 16:07:26 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 2004-02-02 16:07:26 +0000 |
commit | 1cd348be86a4a84730a9603875a1b6baf459fe37 (patch) | |
tree | 930570abc90fa1f77cd65868c42aa2d25143ac8c /gdb/defs.h | |
parent | f6a22291f074f8dd64fca5d8f922c8bb23297012 (diff) | |
download | gdb-1cd348be86a4a84730a9603875a1b6baf459fe37.zip gdb-1cd348be86a4a84730a9603875a1b6baf459fe37.tar.gz gdb-1cd348be86a4a84730a9603875a1b6baf459fe37.tar.bz2 |
Fix typo in comment
Diffstat (limited to 'gdb/defs.h')
-rw-r--r-- | gdb/defs.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -444,12 +444,12 @@ extern struct ui_file *gdb_stdin; /* Serious error notifications */ extern struct ui_file *gdb_stderr; /* Log/debug/trace messages that should bypass normal stdout/stderr - filtering. For momement, always call this stream using + filtering. For moment, always call this stream using *_unfiltered. In the very near future that restriction shall be removed - either call shall be unfiltered. (cagney 1999-06-13). */ extern struct ui_file *gdb_stdlog; /* Target output that should bypass normal stdout/stderr filtering. - For momement, always call this stream using *_unfiltered. In the + For moment, always call this stream using *_unfiltered. In the very near future that restriction shall be removed - either call shall be unfiltered. (cagney 1999-07-02). */ extern struct ui_file *gdb_stdtarg; |