From 14c0d4e1828a0f01dad59a1634e2f3bb676fad83 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Mon, 16 Aug 2010 21:19:29 +0000 Subject: [PATCH] * NEWS: Fix typo. --- gdb/ChangeLog | 4 ++++ gdb/NEWS | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 129eed5ec4..eef18b605f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2010-08-16 Tom Tromey + + * NEWS: Fix typo. + 2010-08-16 Tom Tromey * NEWS: Mention watch -location. diff --git a/gdb/NEWS b/gdb/NEWS index e4bb48ba53..83e8603541 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.