aboutsummaryrefslogtreecommitdiff
path: root/runtest.exp
diff options
context:
space:
mode:
authorBen Elliston <bje@gnu.org>2016-03-30 16:09:23 +1100
committerBen Elliston <bje@gnu.org>2016-03-30 16:09:23 +1100
commit6e9e1d44d61bba11c796ed0f0cbf72937d0c3481 (patch)
tree99c9ebef42883ceda43c52fc67c162b44d224098 /runtest.exp
parente7205c4b6e19fd9dd739bf37408b2ee9ae9adbbf (diff)
downloaddejagnu-6e9e1d44d61bba11c796ed0f0cbf72937d0c3481.zip
dejagnu-6e9e1d44d61bba11c796ed0f0cbf72937d0c3481.tar.gz
dejagnu-6e9e1d44d61bba11c796ed0f0cbf72937d0c3481.tar.bz2
* baseboards/mcore-moto-sim.exp, lib/dejagnu.exp, lib/dg.exp,
lib/dmucs.exp, lib/framework.exp, lib/remote.exp, lib/target.exp, runtest.exp: Fix spelling errors in comments.
Diffstat (limited to 'runtest.exp')
-rw-r--r--runtest.exp6
1 files changed, 3 insertions, 3 deletions
diff --git a/runtest.exp b/runtest.exp
index 69d2f79..f7476c8 100644
--- a/runtest.exp
+++ b/runtest.exp
@@ -668,12 +668,12 @@ if { $arg_build_triplet != "" } {
set build_triplet $arg_build_triplet
}
-# if we only specify --host, then that must be the build machne too, and we're
-# stuck using the old functionality of a simple cross test
+# If we only specify --host, then that must be the build machine too,
+# and we're stuck using the old functionality of a simple cross test.
if {[expr { $build_triplet == "" && $host_triplet != "" } ]} {
set build_triplet $host_triplet
}
-# if we only specify --build, then we'll use that as the host too
+# If we only specify --build, then we'll use that as the host too.
if {[expr { $build_triplet != "" && $host_triplet == "" } ]} {
set host_triplet $build_triplet
}