diff options
-rw-r--r-- | gdb/doc/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/doc/observer.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 83a518a..66b9781 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2004-04-30 Orjan Friberg <orjanf@axis.com> + + * observer.texi (GDB Observers): Correct spelling. + 2004-04-26 Orjan Friberg <orjanf@axis.com> * observer.texi (GDB Observers): Add target_changed event. diff --git a/gdb/doc/observer.texi b/gdb/doc/observer.texi index 214eba1..5c1c2c5 100644 --- a/gdb/doc/observer.texi +++ b/gdb/doc/observer.texi @@ -75,5 +75,5 @@ The inferior has stopped for real. @end deftypefun @deftypefun void target_changed (struct target_ops *@var{target}) -The target's register contents has changed. +The target's register contents have changed. @end deftypefun |