summaryrefslogtreecommitdiffstats
path: root/generic/tclCompCmds.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2022-06-23 13:16:17 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2022-06-23 13:16:17 (GMT)
commitd36655ac538d3611c8872323f5127ca460e06b5d (patch)
tree4f03b5e0c01e83adeec7e685e8ed6361c5619539 /generic/tclCompCmds.c
parent6487dd7257ba0b956a051ba399b1500885760d5a (diff)
parentb3605165596e32b3b22e931cae510f4b900290d7 (diff)
downloadtcl-d36655ac538d3611c8872323f5127ca460e06b5d.zip
tcl-d36655ac538d3611c8872323f5127ca460e06b5d.tar.gz
tcl-d36655ac538d3611c8872323f5127ca460e06b5d.tar.bz2
Merge 8.7. Update documentation
Diffstat (limited to 'generic/tclCompCmds.c')
-rw-r--r--generic/tclCompCmds.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclCompCmds.c b/generic/tclCompCmds.c
index 4b82e18..d01228c 100644
--- a/generic/tclCompCmds.c
+++ b/generic/tclCompCmds.c
@@ -3346,10 +3346,10 @@ TclCompileFormatCmd(
* Returns the non-negative integer index value into the table of
* compiled locals corresponding to a local scalar variable name.
* If the arguments passed in do not identify a local scalar variable
- * then return -1.
+ * then return TCL_INDEX_NONE.
*
* Side effects:
- * May add an entery into the table of compiled locals.
+ * May add an entry into the table of compiled locals.
*
*----------------------------------------------------------------------
*/