summaryrefslogtreecommitdiffstats
path: root/generic/tclCompCmdsSZ.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-03-24 20:47:40 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-03-24 20:47:40 (GMT)
commit220282500becbcb9dc9124b8cca053fb6ed1a4b8 (patch)
treee1aef50a305c32bf06bd3b7b0e6f2175c7838da9 /generic/tclCompCmdsSZ.c
parentb726273bbea296990f6c4c7e98a213f56ce07bc5 (diff)
parente27c66d81aa3904b675aa2851d14444b44c9555e (diff)
downloadtcl-220282500becbcb9dc9124b8cca053fb6ed1a4b8.zip
tcl-220282500becbcb9dc9124b8cca053fb6ed1a4b8.tar.gz
tcl-220282500becbcb9dc9124b8cca053fb6ed1a4b8.tar.bz2
Merge 8.6
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 40ad82b..80afce6 100644
--- a/generic/tclCompCmdsSZ.c
+++ b/generic/tclCompCmdsSZ.c
@@ -4076,7 +4076,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);
@@ -4527,7 +4527,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);
@@ -4571,7 +4571,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);