gdb.cp/derivation.exp: s/perrro/perror/

This commit is contained in:
Maciej W. Rozycki 2013-11-02 00:04:36 +00:00
parent 6f72a1112b
commit eab88b547c
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2013-11-02 Maciej W. Rozycki <macro@codesourcery.com>
* gdb.cp/derivation.exp: s/perrro/perror/
2013-11-01 Maciej W. Rozycki <macro@codesourcery.com>
* gdb.dwarf2/dwzbuildid.exp: Rename `outdir' variable to

View File

@ -262,7 +262,7 @@ gdb_test "ptype N::Derived::value_type" "type = int"
# Now run to N::Derived::doit and get the type of "value_type"
if {![runto "N::Derived::doit"]} {
perrro "couldn't run to N::Derived::doit"
perror "couldn't run to N::Derived::doit"
continue
}