From: Tom Tromey Date: Mon, 16 Aug 2010 21:19:29 +0000 (+0000) Subject: * NEWS: Fix typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=14c0d4e1828a0f01dad59a1634e2f3bb676fad83;p=binutils-gdb.git * NEWS: Fix typo. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 129eed5ec46..eef18b605fd 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 e4bb48ba539..83e8603541e 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.