aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@axis.com>2004-11-16 16:22:09 +0000
committerHans-Peter Nilsson <hp@axis.com>2004-11-16 16:22:09 +0000
commit27509da04be79d2adb7c29352be817207fe3abb5 (patch)
tree39eccd2667c00d327d14768ed8ba5855367b3f3c
parent310ca70ce2bc8fa62519b849106a3eb95e2d7b36 (diff)
downloadgdb-27509da04be79d2adb7c29352be817207fe3abb5.zip
gdb-27509da04be79d2adb7c29352be817207fe3abb5.tar.gz
gdb-27509da04be79d2adb7c29352be817207fe3abb5.tar.bz2
Fix consistenco; it's triplets, not triples
-rw-r--r--sim/testsuite/lib/sim-defs.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/sim/testsuite/lib/sim-defs.exp b/sim/testsuite/lib/sim-defs.exp
index a81706f..521e0e3 100644
--- a/sim/testsuite/lib/sim-defs.exp
+++ b/sim/testsuite/lib/sim-defs.exp
@@ -163,8 +163,8 @@ proc sim_run { prog sim_opts prog_opts redir options } {
# sim[(mach-list)]: <simulator options>
# output: program output pattern to match with string-match
# xerror: program is expected to return with a "failure" exit code
-# xfail: <PRMS-opt> <target-triples-where-test-fails>
-# kfail: <PRMS> <target-triples-where-test-fails>
+# xfail: <PRMS-opt> <target-triplets-where-test-fails>
+# kfail: <PRMS> <target-triplets-where-test-fails>
# If `output' is not specified, the program must output "pass" if !xerror or
# "fail" if xerror.
# The parens in "optname()" are optional if the specification is for all machs.