diff options
author | pooryorick <com.digitalsmarties@pooryorick.com> | 2021-09-02 22:15:34 (GMT) |
---|---|---|
committer | pooryorick <com.digitalsmarties@pooryorick.com> | 2021-09-02 22:15:34 (GMT) |
commit | 962e5966f927e1a98e7ca5255cad96c6efc45617 (patch) | |
tree | d233293c2b728829a68120545cdf9e87588c41c0 /generic/tclIndexObj.c | |
parent | b6f6b92ae4dced8a01b700e78265a95daa0a98cd (diff) | |
download | tcl-962e5966f927e1a98e7ca5255cad96c6efc45617.zip tcl-962e5966f927e1a98e7ca5255cad96c6efc45617.tar.gz tcl-962e5966f927e1a98e7ca5255cad96c6efc45617.tar.bz2 |
Update code comments.
Diffstat (limited to 'generic/tclIndexObj.c')
-rw-r--r-- | generic/tclIndexObj.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclIndexObj.c b/generic/tclIndexObj.c index f81f0b3..41453a5 100644 --- a/generic/tclIndexObj.c +++ b/generic/tclIndexObj.c @@ -826,7 +826,7 @@ Tcl_WrongNumArgs( objc -= toSkip; /* - * We assume no object is of index type. + * Assume no object is of index type. */ for (i=0 ; i<toPrint ; i++) { @@ -876,7 +876,7 @@ Tcl_WrongNumArgs( addNormalArgumentsToMessage: for (i = 0; i < objc; i++) { /* - * If the object is an index type use the index table which allows for + * If the object is an index type, use the index table which allows for * the correct error message even if the subcommand was abbreviated. * Otherwise, just use the string rep. */ |