aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc/gdb.texinfo
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2010-02-24 22:20:24 +0000
committerTom Tromey <tromey@redhat.com>2010-02-24 22:20:24 +0000
commite03e5e7b1cf636ba92fd4a900154e32c35b795aa (patch)
treede7b138e3ae6832272246750a8588f2768c3a83a /gdb/doc/gdb.texinfo
parentf3e9a8177c41893858fce2bdf339dbe90b3a4ef5 (diff)
downloadgdb-e03e5e7b1cf636ba92fd4a900154e32c35b795aa.zip
gdb-e03e5e7b1cf636ba92fd4a900154e32c35b795aa.tar.gz
gdb-e03e5e7b1cf636ba92fd4a900154e32c35b795aa.tar.bz2
* gdb.texinfo (Cygwin Native): Fix typo.
Diffstat (limited to 'gdb/doc/gdb.texinfo')
-rw-r--r--gdb/doc/gdb.texinfo2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index 2eea484..82742d4 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -16429,7 +16429,7 @@ inside the Cygwin DLL itself.
@item set new-console @var{mode}
If @var{mode} is @code{on} the debuggee will
be started in a new console on next start.
-If @var{mode} is @code{off}i, the debuggee will
+If @var{mode} is @code{off}, the debuggee will
be started in the same console as the debugger.
@kindex show new-console