summaryrefslogtreecommitdiffstats
path: root/generic/tclParse.c
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tclParse.c')
-rw-r--r--generic/tclParse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclParse.c b/generic/tclParse.c
index a3defec..9d20fba 100644
--- a/generic/tclParse.c
+++ b/generic/tclParse.c
@@ -941,7 +941,7 @@ TclParseBackslash(
}
count = Tcl_UniCharToUtf(result, dst);
if (!count) {
- /* Special case for handling upper surrogates. */
+ /* Special case for handling high surrogates. */
count = Tcl_UniCharToUtf(-1, dst);
}
return count;