OSDN Git Service

* gdb.texinfo (Cygwin Native): Fix typo.
authortromey <tromey>
Thu, 25 Feb 2010 07:20:24 +0000 (07:20 +0000)
committertromey <tromey>
Thu, 25 Feb 2010 07:20:24 +0000 (07:20 +0000)
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo

index 1c2053e..9ae3d1f 100644 (file)
@@ -1,3 +1,7 @@
+2010-02-24  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.texinfo (Cygwin Native): Fix typo.
+
 2010-02-24  Phil Muldoon  <pmuldoon@redhat.com>
 
        * gdb.texinfo (Frames In Python): Add block, find_sal, function
index 2eea484..82742d4 100644 (file)
@@ -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