summaryrefslogtreecommitdiffstats
path: root/generic/tclEncoding.c
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tclEncoding.c')
-rw-r--r--generic/tclEncoding.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/generic/tclEncoding.c b/generic/tclEncoding.c
index 7a9f0b7..45136ef 100644
--- a/generic/tclEncoding.c
+++ b/generic/tclEncoding.c
@@ -1103,7 +1103,7 @@ Tcl_CreateEncoding(
* Results:
* The converted bytes are stored in the DString, which is then NULL
* terminated. The return value is a pointer to the value stored in the
- * DString resp. the index of the first erratic byte in 'src'.
+ * DString.
*
* Side effects:
* None.
@@ -1341,8 +1341,7 @@ Tcl_ExternalToUtf(
* Results:
* The converted bytes are stored in the DString, which is then NULL
* terminated in an encoding-specific manner. The return value is a
- * pointer to the value stored in the DString resp. the index of the
- * first erratic byte in 'src'.
+ * pointer to the value stored in the DString.
*
* Side effects:
* None.