aboutsummaryrefslogtreecommitdiff
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
parentb56df87389b6564be5b5fb1ed7fa37aef9fdd85d (diff)
downloadfsf-binutils-gdb-14c0d4e1828a0f01dad59a1634e2f3bb676fad83.zip
fsf-binutils-gdb-14c0d4e1828a0f01dad59a1634e2f3bb676fad83.tar.gz
fsf-binutils-gdb-14c0d4e1828a0f01dad59a1634e2f3bb676fad83.tar.bz2
* NEWS: Fix typo.
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/NEWS2
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>
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.