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.