summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@vmware.com>2005-12-20 01:31:10 +0000
committerMichael Snyder <msnyder@vmware.com>2005-12-20 01:31:10 +0000
commit264b5f4f7f5314f3f75c87f71cb9daa5fa4e7335 (patch)
treed9d049f71b556ff9cb8771ac28c262ea03d16e2c
parent29850ababf34bb79761ce48be7a788d022a7153a (diff)
downloadbinutils-gdb-msnyder-fork-checkpoint-branch.tar.gz
2005-12-19 Michael Van Meter Snyder <michsnyd@clwang-lnx.cisco.com>msnyder-fork-checkpoint-branch
* gdb.texinfo: Incorporate suggested changes from Eli Zaretskii.
-rw-r--r--gdb/doc/ChangeLog4
-rw-r--r--gdb/doc/gdb.texinfo2
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index 4f375ebd51b..2b8aac05275 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,5 +1,9 @@
2005-12-19 Michael Van Meter Snyder <michsnyd@clwang-lnx.cisco.com>
+ * gdb.texinfo: Incorporate suggested changes from Eli Zaretskii.
+
+2005-12-19 Michael Van Meter Snyder <michsnyd@clwang-lnx.cisco.com>
+
* gdb.texinfo: Add documentation for multi-fork and checkpoint.
2005-11-19 Jim Blandy <jimb@redhat.com>
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index 76ab30a2210..0484bdfd49b 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -2676,7 +2676,7 @@ been changed cannot be restored (at this time).
However, within those constraints, you actually can ``rewind'' your
program to a previously saved point in time, and begin debugging it
-again -- and you can change the course events so as to debug a
+again -- and you can change the course of events so as to debug a
different execution path this time.