diff options
author | Ben Elliston <bje@gnu.org> | 2017-07-30 11:20:40 +1000 |
---|---|---|
committer | Ben Elliston <bje@gnu.org> | 2017-07-30 11:20:40 +1000 |
commit | 50ea9cf48dfb61c3de5f4393dea15eae63dea462 (patch) | |
tree | 4eb18218cd10690f826bac446a10c388e98bc17b | |
parent | 616b89734330a6406063ec3da6d380ac5d44640a (diff) | |
download | dejagnu-50ea9cf48dfb61c3de5f4393dea15eae63dea462.tar.gz dejagnu-50ea9cf48dfb61c3de5f4393dea15eae63dea462.tar.bz2 dejagnu-50ea9cf48dfb61c3de5f4393dea15eae63dea462.zip |
* lib/framework.exp: Fix spelling mistake in a comment.
-rw-r--r-- | lib/framework.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/framework.exp b/lib/framework.exp index a60d6da..b19b1f1 100644 --- a/lib/framework.exp +++ b/lib/framework.exp @@ -226,7 +226,7 @@ proc istarget { args } { set triplet [lindex $args 0] - # now check against the cannonical name + # now check against the canonical name if {[info exists target_triplet]} { verbose "Checking \"$triplet\" against \"$target_triplet\"" 2 if {[string match $triplet $target_triplet]} { |