summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-01-05 13:52:49 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-01-05 13:52:49 (GMT)
commita0cf3f1ce6f455d4643f0f231ca564e6cfe6c6d2 (patch)
tree3273c9d2433a9b4445d49bada7250f2b86311ece
parente8dbacece1b8f703973decad79e0e553a681c46d (diff)
parentd8531f86fd3639c8cbefb475589655775588e914 (diff)
downloadtcl-a0cf3f1ce6f455d4643f0f231ca564e6cfe6c6d2.zip
tcl-a0cf3f1ce6f455d4643f0f231ca564e6cfe6c6d2.tar.gz
tcl-a0cf3f1ce6f455d4643f0f231ca564e6cfe6c6d2.tar.bz2
Merge 8.6
-rw-r--r--generic/tclInt.decls2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclInt.decls b/generic/tclInt.decls
index 62f7580..e6e06d8 100644
--- a/generic/tclInt.decls
+++ b/generic/tclInt.decls
@@ -426,7 +426,7 @@ declare 167 {deprecated {use public Tcl_SetStartupScript()}} {
declare 168 {deprecated {use public Tcl_GetStartupScript()}} {
Tcl_Obj *TclGetStartupScriptPath(void)
}
-# variant of Tcl_UtfNCmp that takes n as bytes, not chars
+# variant of Tcl_UtfNcmp that takes n as bytes, not chars
declare 169 {
int TclpUtfNcmp2(const char *s1, const char *s2, unsigned long n)
}