summaryrefslogtreecommitdiffstats
path: root/generic/tclBasic.c
diff options
context:
space:
mode:
authorandreask <andreask>2011-11-21 18:12:15 (GMT)
committerandreask <andreask>2011-11-21 18:12:15 (GMT)
commitb14573b21e2e406398146397885a1a0c95ca3e95 (patch)
tree862ce3f6ffcc8e068ac438bdf5c92c44e45578b9 /generic/tclBasic.c
parent687c73b0d19b5114565b0afcb91852d4de94d2c0 (diff)
downloadtcl-b14573b21e2e406398146397885a1a0c95ca3e95.zip
tcl-b14573b21e2e406398146397885a1a0c95ca3e95.tar.gz
tcl-b14573b21e2e406398146397885a1a0c95ca3e95.tar.bz2
Fixed typo in a comment.
Diffstat (limited to 'generic/tclBasic.c')
-rw-r--r--generic/tclBasic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclBasic.c b/generic/tclBasic.c
index d10e8e6..0365966 100644
--- a/generic/tclBasic.c
+++ b/generic/tclBasic.c
@@ -5949,7 +5949,7 @@ TclNREvalObjEx(
/*
* This function consists of three independent blocks for: direct
- * evaluation of canonical lists, compileation and bytecode execution and
+ * evaluation of canonical lists, compilation and bytecode execution and
* finally direct evaluation. Precisely one of these blocks will be run.
*/