gdb/NEWS: Fix typo

gdb/
2013-11-15  Jan Kratochvil  <jan.kratochvil@redhat.com>

	* NEWS (Changes in GDB 7.5) (New commands) (explore): Fix typo.
This commit is contained in:
Jan Kratochvil 2013-11-15 19:19:57 +01:00
parent bb81b736af
commit 6ea71545c3
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2013-11-15 Jan Kratochvil <jan.kratochvil@redhat.com>
* NEWS (Changes in GDB 7.5) (New commands) (explore): Fix typo.
2013-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
* dwarf2loc.c (chain_candidate): Prevent invoking memcpy with

View File

@ -624,7 +624,7 @@ qXfer:btrace:read
C++ and Java objects.
** "explore" and its sub commands "explore value" and "explore type"
can be used to reccursively explore values and types of
can be used to recursively explore values and types of
expressions. These commands are available only if GDB is
configured with '--with-python'.