aboutsummaryrefslogtreecommitdiff
path: root/lib/dejagnu.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 /lib/dejagnu.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 'lib/dejagnu.exp')
-rw-r--r--lib/dejagnu.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/dejagnu.exp b/lib/dejagnu.exp
index 732bdf9..f760d8d 100644
--- a/lib/dejagnu.exp
+++ b/lib/dejagnu.exp
@@ -98,8 +98,8 @@ proc host_compile {compline} {
return ${comp_output}
}
-# Execute the executable file, and anaylyse the output for the
-# test state keywords.
+# Execute the executable file, and analyse the output for the test
+# state keywords.
# Returns:
# A "" (empty) string if everything worked, or an error message
# if there was a problem.