]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Fix typo in comment
authorFred Fish <fnf@specifix.com>
Mon, 2 Feb 2004 16:07:26 +0000 (16:07 +0000)
committerFred Fish <fnf@specifix.com>
Mon, 2 Feb 2004 16:07:26 +0000 (16:07 +0000)
gdb/defs.h

index 7df193d249e8d45662697430f3de36b1e97f54ee..43316e5d3888ab99bc0f8ffbf9a1a4af9ce90baa 100644 (file)
@@ -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;