diff --git a/gdb/ChangeLog b/gdb/ChangeLog index fec7528390..2760d22300 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2013-11-15 Jan Kratochvil + + * NEWS (Changes in GDB 7.5) (New commands) (explore): Fix typo. + 2013-11-15 Andreas Arnez * dwarf2loc.c (chain_candidate): Prevent invoking memcpy with diff --git a/gdb/NEWS b/gdb/NEWS index 3be007373a..9fc3638ff0 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -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'.