aboutsummaryrefslogtreecommitdiff
path: root/lib/dejagnu.exp
diff options
context:
space:
mode:
authorBen Elliston <bje@gnu.org>2016-03-21 18:03:24 +1100
committerBen Elliston <bje@gnu.org>2016-03-21 18:03:24 +1100
commit44540535ee3cc17d82a55db9959199781757296f (patch)
tree2c430c1a5a47cad9ec327a99001cca6c0494dd88 /lib/dejagnu.exp
parent7d16f0f551b33f39244a0fb12c73f067e1bf4622 (diff)
downloaddejagnu-44540535ee3cc17d82a55db9959199781757296f.zip
dejagnu-44540535ee3cc17d82a55db9959199781757296f.tar.gz
dejagnu-44540535ee3cc17d82a55db9959199781757296f.tar.bz2
* runtest.exp: Whitespace, comment and typo fixes.
* lib/dejagnu.exp: Likewise. * lib/remote.exp: Likewise. * lib/utils.exp: Likewise.
Diffstat (limited to 'lib/dejagnu.exp')
-rw-r--r--lib/dejagnu.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dejagnu.exp b/lib/dejagnu.exp
index 89016b4..732bdf9 100644
--- a/lib/dejagnu.exp
+++ b/lib/dejagnu.exp
@@ -83,7 +83,7 @@ proc host_compile {compline} {
# prune common warnings and other stuff we can safely ignore
set comp_output [prune_warnings $comp_output]
- # Trim multiple CR/LF pairs out to keep things consistant
+ # Trim multiple CR/LF pairs out to keep things consistent
regsub "^\[\r\n\]+" $comp_output "" comp_output
# if we got a compiler error, log it