aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2010-08-16 21:19:29 +0000
committerTom Tromey <tromey@redhat.com>2010-08-16 21:19:29 +0000
commit14c0d4e1828a0f01dad59a1634e2f3bb676fad83 (patch)
tree174f98c9f4d0d02107343c2b122d824944ff094b /gdb/NEWS
parentb56df87389b6564be5b5fb1ed7fa37aef9fdd85d (diff)
downloadgdb-14c0d4e1828a0f01dad59a1634e2f3bb676fad83.zip
gdb-14c0d4e1828a0f01dad59a1634e2f3bb676fad83.tar.gz
gdb-14c0d4e1828a0f01dad59a1634e2f3bb676fad83.tar.bz2
* NEWS: Fix typo.
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 e4bb48b..83e8603 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -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.