summaryrefslogtreecommitdiffstats
path: root/generic/tclCompCmdsSZ.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-03-24 20:19:49 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-03-24 20:19:49 (GMT)
commite27c66d81aa3904b675aa2851d14444b44c9555e (patch)
treea1b9c9fb440692f02f5b3a355e69ce695216cbf3 /generic/tclCompCmdsSZ.c
parent5e0c34678e24c5ffe05c8a04f4395416067cefc1 (diff)
downloadtcl-e27c66d81aa3904b675aa2851d14444b44c9555e.zip
tcl-e27c66d81aa3904b675aa2851d14444b44c9555e.tar.gz
tcl-e27c66d81aa3904b675aa2851d14444b44c9555e.tar.bz2
Fix [15e74a2fe6]: Fix various typos
Diffstat (limited to 'generic/tclCompCmdsSZ.c')
-rw-r--r--generic/tclCompCmdsSZ.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/generic/tclCompCmdsSZ.c b/generic/tclCompCmdsSZ.c
index 70d8909..db01dcd 100644
--- a/generic/tclCompCmdsSZ.c
+++ b/generic/tclCompCmdsSZ.c
@@ -4039,7 +4039,7 @@ CompileAssociativeBinaryOpCmd(
if (words > 3) {
/*
* Reverse order of arguments to get precise agreement with [expr] in
- * calcuations, including roundoff errors.
+ * calculations, including roundoff errors.
*/
OP4( REVERSE, words-1);
@@ -4472,7 +4472,7 @@ TclCompileMinusOpCmd(
/*
* Reverse order of arguments to get precise agreement with [expr] in
- * calcuations, including roundoff errors.
+ * calculations, including roundoff errors.
*/
TclEmitInstInt4(INST_REVERSE, words-1, envPtr);
@@ -4517,7 +4517,7 @@ TclCompileDivOpCmd(
/*
* Reverse order of arguments to get precise agreement with [expr] in
- * calcuations, including roundoff errors.
+ * calculations, including roundoff errors.
*/
TclEmitInstInt4(INST_REVERSE, words-1, envPtr);