summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Evans <xdje42@gmail.com>2014-03-22 02:59:04 -0400
committerDoug Evans <xdje42@gmail.com>2014-03-22 02:59:04 -0400
commit25d743f9e6f23ec5fc1529a56d7178ad9cfe5611 (patch)
tree4c55bbd99385810694c129bff03d4b1aeb8c3a2e
parent51b8d20cf46627f9e97b90ada6467e69eb6d4439 (diff)
downloadbinutils-gdb-25d743f9e6f23ec5fc1529a56d7178ad9cfe5611.tar.gz
Fix typo in previous entry.
-rw-r--r--gdb/testsuite/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 3a77ffd041e..35811328850 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -2,7 +2,7 @@
* gdb.python/python.exp (python not supported): Verify multi-line
python command issues an error.
- * gdb.python/guile.exp (guile not supported): Verify multi-line
+ * gdb.guile/guile.exp (guile not supported): Verify multi-line
guile command issues an error.
2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>