aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.trace/backtrace.exp
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@linux-mips.org>2007-11-22 16:03:00 +0000
committerMaciej W. Rozycki <macro@linux-mips.org>2007-11-22 16:03:00 +0000
commit0ef2251b993d065ea74ad9bf717e81053cf01c20 (patch)
tree4a40150c28c5b4c4382fd2ef646fd980dd06b041 /gdb/testsuite/gdb.trace/backtrace.exp
parentd8a88976788511b8a3476bbba45fc185bea1ab07 (diff)
downloadfsf-binutils-gdb-0ef2251b993d065ea74ad9bf717e81053cf01c20.zip
fsf-binutils-gdb-0ef2251b993d065ea74ad9bf717e81053cf01c20.tar.gz
fsf-binutils-gdb-0ef2251b993d065ea74ad9bf717e81053cf01c20.tar.bz2
* gdb.trace/backtrace.exp: Fix a typo.
* gdb.trace/circ.exp: Likewise. * gdb.trace/collection.exp: Likewise. * gdb.trace/limits.exp: Likewise. * gdb.trace/report.exp: Likewise. * gdb.trace/tfind.exp: Likewise. * gdb.trace/while-dyn.exp: Likewise.
Diffstat (limited to 'gdb/testsuite/gdb.trace/backtrace.exp')
-rw-r--r--gdb/testsuite/gdb.trace/backtrace.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.trace/backtrace.exp b/gdb/testsuite/gdb.trace/backtrace.exp
index 42408ac..8435633 100644
--- a/gdb/testsuite/gdb.trace/backtrace.exp
+++ b/gdb/testsuite/gdb.trace/backtrace.exp
@@ -68,7 +68,7 @@ gdb_reinitialize_dir $srcdir/$subdir
# We generously give ourselves one "pass" if we successfully
# detect that this test cannot be run on this target!
if { ![gdb_target_supports_trace] } then {
- pass "Current target does not supporst trace"
+ pass "Current target does not support trace"
return 1;
}