aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorPeter Schauer <Peter.Schauer@mytum.de>1993-07-30 20:12:28 +0000
committerPeter Schauer <Peter.Schauer@mytum.de>1993-07-30 20:12:28 +0000
commita4fbb03e2da5efd227faaa04a8a9b16a58253870 (patch)
tree6901f62a2a7fc241f4d6ee1efd263d1faee71943 /gdb
parent69aa789bb2d816e74e0bcdf3e8140b17a2a8d99c (diff)
downloadgdb-a4fbb03e2da5efd227faaa04a8a9b16a58253870.zip
gdb-a4fbb03e2da5efd227faaa04a8a9b16a58253870.tar.gz
gdb-a4fbb03e2da5efd227faaa04a8a9b16a58253870.tar.bz2
Fix typo in previous ChangeLog entry.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/testsuite/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 47708dd..90f78aa 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -5,8 +5,8 @@ Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
* gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
to determine signed-ness of bitfields and use the result to setup
the xfail.
- * gdb.t13/gdbme.c: Add comment to the two indirect call0a lines.
- * gdb.t13/funcargs.exp: Use it to step until the second indirect call
+ * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
+ * gdb.t15/funcargs.exp: Use them to step until the second indirect call
line is reached if necessary.
Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)