summaryrefslogtreecommitdiff
path: root/gdb/defs.h
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>2004-02-02 16:07:26 +0000
committerFred Fish <fnf@specifix.com>2004-02-02 16:07:26 +0000
commitfa5509aaae121f6e931d31cf72e239df8ea3df2c (patch)
tree29b0e7ff07f2121507d8341a75e070e7b69ca876 /gdb/defs.h
parent846a634974c1a80a0a66191ec3970a21f0f3d9fc (diff)
downloadgdb-fa5509aaae121f6e931d31cf72e239df8ea3df2c.tar.gz
Fix typo in comment
Diffstat (limited to 'gdb/defs.h')
-rw-r--r--gdb/defs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/defs.h b/gdb/defs.h
index 7df193d249e..43316e5d388 100644
--- a/gdb/defs.h
+++ b/gdb/defs.h
@@ -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;