diff options
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/NEWS | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 129eed5..eef18b6 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 2010-08-16 Tom Tromey <tromey@redhat.com> + * NEWS: Fix typo. + +2010-08-16 Tom Tromey <tromey@redhat.com> + * NEWS: Mention watch -location. 2010-08-16 Jan Kratochvil <jan.kratochvil@redhat.com> @@ -22,7 +22,7 @@ operation. See the documentation for `save gdb-index' for details. * The "watch" command now accepts an optional "-location" argument. - When used, this causes gdb to watch the memory referred to by the + When used, this causes GDB to watch the memory referred to by the expression. Such a watchpoint is never deleted due to it going out of scope. |