diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 1c2053e5c1c..9ae3d1ffbe5 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2010-02-24 Tom Tromey + + * gdb.texinfo (Cygwin Native): Fix typo. + 2010-02-24 Phil Muldoon * gdb.texinfo (Frames In Python): Add block, find_sal, function diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 2eea484b366..82742d43c96 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