aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2012-03-15 16:32:16 +0000
committerTom Tromey <tromey@redhat.com>2012-03-15 16:32:16 +0000
commit57651221de401ff77b3c43e2b678190e574f9baa (patch)
treeaae9cb9272c10d2b72a5ec25a968d33b58acc23d /gdb/NEWS
parent410528f093e41d8d8ca5eae37d4bb57c98a3122b (diff)
downloadgdb-57651221de401ff77b3c43e2b678190e574f9baa.zip
gdb-57651221de401ff77b3c43e2b678190e574f9baa.tar.gz
gdb-57651221de401ff77b3c43e2b678190e574f9baa.tar.bz2
* NEWS: Mention "info vtbl", not "info vtable".
* cp-support.c (info_vtbl_command): Fix comment. (_initialize_cp_support): Fix text.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index 5ab855c..6444984 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -70,7 +70,7 @@
** "enable count" can be used to auto-disable a breakpoint after
several hits.
- ** "info vtable" can be used to show the virtual method tables for
+ ** "info vtbl" can be used to show the virtual method tables for
C++ and Java objects.
* New targets