summaryrefslogtreecommitdiff
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
commit5c84e0c283f4342506bf1fa039a1132bc7a200a6 (patch)
tree7f0f214b3f846e1cc489b1f9ca6466eb782823d5 /gdb/doc
parente585d31d1746171f3aac0d595105c9543b623db0 (diff)
downloadgdb-5c84e0c283f4342506bf1fa039a1132bc7a200a6.tar.gz
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 83a518a7e1d..66b97814d86 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 214eba18523..5c1c2c52f4e 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