summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@specifix.com>2005-12-20 01:31:10 +0000
committerMichael Snyder <msnyder@specifix.com>2005-12-20 01:31:10 +0000
commitb5a8b7b73ea775437a35225ffdf7daaf20ce7fc6 (patch)
tree99549341131910655f66bdc1c6a06854e90b2293
parent2250f4d3d6e21988c42a9ec37de73da3d793e355 (diff)
downloadgdb-cvs/msnyder-fork-checkpoint-branch.tar.gz
2005-12-19 Michael Van Meter Snyder <michsnyd@clwang-lnx.cisco.com>msnyder-fork-checkpoint-branchcvs/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.