aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/framework.exp2
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]} {