gdb.cp/derivation.exp: s/perrro/perror/
authorMaciej W. Rozycki <macro@codesourcery.com>
Sat, 2 Nov 2013 00:04:36 +0000 (00:04 +0000)
committerMaciej W. Rozycki <macro@codesourcery.com>
Sat, 2 Nov 2013 00:06:13 +0000 (00:06 +0000)
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.cp/derivation.exp

index 6df87ae..249eb88 100644 (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
index 8521239..3758a12 100644 (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
 }