2004-04-30 Orjan Friberg <orjanf@axis.com>

* observer.texi (GDB Observers): Correct spelling.
This commit is contained in:
Orjan Friberg 2004-04-30 07:38:50 +00:00
parent f893589578
commit 67ab9a76b5
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -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