diff options
author | Tom Tromey <tromey@redhat.com> | 2010-08-16 21:19:29 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2010-08-16 21:19:29 +0000 |
commit | 14c0d4e1828a0f01dad59a1634e2f3bb676fad83 (patch) | |
tree | 174f98c9f4d0d02107343c2b122d824944ff094b /gdb/NEWS | |
parent | b56df87389b6564be5b5fb1ed7fa37aef9fdd85d (diff) | |
download | gdb-14c0d4e1828a0f01dad59a1634e2f3bb676fad83.zip gdb-14c0d4e1828a0f01dad59a1634e2f3bb676fad83.tar.gz gdb-14c0d4e1828a0f01dad59a1634e2f3bb676fad83.tar.bz2 |
* NEWS: Fix typo.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |