* NEWS: Fix typo.

This commit is contained in:
Tom Tromey 2010-08-16 21:19:29 +00:00
parent b56df87389
commit 14c0d4e182
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2010-08-16 Tom Tromey <tromey@redhat.com>
* NEWS: Fix typo.
2010-08-16 Tom Tromey <tromey@redhat.com>
* NEWS: Mention watch -location.

View File

@ -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.