diff options
author | Doug Evans <xdje42@gmail.com> | 2014-03-22 02:59:04 -0400 |
---|---|---|
committer | Doug Evans <xdje42@gmail.com> | 2014-03-22 02:59:04 -0400 |
commit | 25d743f9e6f23ec5fc1529a56d7178ad9cfe5611 (patch) | |
tree | 4c55bbd99385810694c129bff03d4b1aeb8c3a2e | |
parent | 51b8d20cf46627f9e97b90ada6467e69eb6d4439 (diff) | |
download | gdb-25d743f9e6f23ec5fc1529a56d7178ad9cfe5611.zip gdb-25d743f9e6f23ec5fc1529a56d7178ad9cfe5611.tar.gz gdb-25d743f9e6f23ec5fc1529a56d7178ad9cfe5611.tar.bz2 |
Fix typo in previous entry.
-rw-r--r-- | gdb/testsuite/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 3a77ffd..3581132 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> |