summaryrefslogtreecommitdiffstats
path: root/generic/tclStringObj.c
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tclStringObj.c')
-rw-r--r--generic/tclStringObj.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/generic/tclStringObj.c b/generic/tclStringObj.c
index 46bd26f..587334f 100644
--- a/generic/tclStringObj.c
+++ b/generic/tclStringObj.c
@@ -3864,7 +3864,8 @@ TclStringReverse(
*
* TclStringReplace --
*
- * Implements the inner engine of the [string replace] command.
+ * Implements the inner engine of the [string replace] and
+ * [string insert] commands.
*
* The result is a concatenation of a prefix from objPtr, characters
* 0 through first-1, the insertPtr string value, and a suffix from
@@ -3911,7 +3912,7 @@ TclStringReplace(
/*
* The caller very likely had to call Tcl_GetCharLength() or similar
- * to be able to process index values. This means it is like that
+ * to be able to process index values. This means it is likely that
* objPtr is either a proper "bytearray" or a "string" or else it has
* a known and short string rep.
*/