aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc
diff options
context:
space:
mode:
authorOrjan Friberg <orjanf@axis.com>2004-04-30 07:38:50 +0000
committerOrjan Friberg <orjanf@axis.com>2004-04-30 07:38:50 +0000
commit67ab9a76b5c89dfb28352b765be39f93e04d5f25 (patch)
tree26b784bb71716394e65afc8a8fe3e214a9cd36ed /gdb/doc
parentf893589578f5ccc99e9948cbc7d162f9ef1bdfb2 (diff)
downloadfsf-binutils-gdb-67ab9a76b5c89dfb28352b765be39f93e04d5f25.zip
fsf-binutils-gdb-67ab9a76b5c89dfb28352b765be39f93e04d5f25.tar.gz
fsf-binutils-gdb-67ab9a76b5c89dfb28352b765be39f93e04d5f25.tar.bz2
2004-04-30 Orjan Friberg <orjanf@axis.com>
* observer.texi (GDB Observers): Correct spelling.
Diffstat (limited to 'gdb/doc')
-rw-r--r--gdb/doc/ChangeLog4
-rw-r--r--gdb/doc/observer.texi2
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