diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-03-24 20:58:04 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-03-24 20:58:04 (GMT) |
commit | f49e4099fe9298366fb4d972c58799d8ad38b2e4 (patch) | |
tree | a5df00513ff2e2bf627229b1913332d891498c1a /generic/tclCompCmdsSZ.c | |
parent | de08e1a14305a937cfb08f1f958c25732f53e133 (diff) | |
parent | 220282500becbcb9dc9124b8cca053fb6ed1a4b8 (diff) | |
download | tcl-f49e4099fe9298366fb4d972c58799d8ad38b2e4.zip tcl-f49e4099fe9298366fb4d972c58799d8ad38b2e4.tar.gz tcl-f49e4099fe9298366fb4d972c58799d8ad38b2e4.tar.bz2 |
Merge 8.7
Diffstat (limited to 'generic/tclCompCmdsSZ.c')
-rw-r--r-- | generic/tclCompCmdsSZ.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/generic/tclCompCmdsSZ.c b/generic/tclCompCmdsSZ.c index b86aa43..c8fa120 100644 --- a/generic/tclCompCmdsSZ.c +++ b/generic/tclCompCmdsSZ.c @@ -4087,7 +4087,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); @@ -4538,7 +4538,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); @@ -4582,7 +4582,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); |