* gdb.base/gdb1476.exp: Fix typo.

This commit is contained in:
Mark Kettenis 2004-01-09 16:43:05 +00:00
parent c77c642a84
commit 209721fe3f
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-01-09 Mark Kettenis <kettenis@gnu.org>
* gdb.base/gdb1476.exp: Fix typo.
2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
* gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty

View File

@ -49,7 +49,7 @@ if ![runto_main] then {
}
# If we can examine what's at memory address 0, it is possible that we
# could also execute it. This could pobably make us run away,
# could also execute it. This could probably make us run away,
# executing random code, which could have all sorts of ill effects,
# especially on targets without an MMU. Don't run the tests in that
# case.