aboutsummaryrefslogtreecommitdiff
path: root/lib/target.exp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/target.exp')
-rw-r--r--lib/target.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/target.exp b/lib/target.exp
index 4c73c61..0cc6422 100644
--- a/lib/target.exp
+++ b/lib/target.exp
@@ -64,14 +64,14 @@ proc push_target { name } {
push_config target $name
}
-# Set the host connnection.
+# Set the host connection.
#
proc push_host { name } {
pop_config host
push_config host $name
}
-# Set the build connnection.
+# Set the build connection.
#
proc push_build { name } {
pop_config build