summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--generic/tclInt.decls2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclInt.decls b/generic/tclInt.decls
index 993cc5d..700311f 100644
--- a/generic/tclInt.decls
+++ b/generic/tclInt.decls
@@ -433,7 +433,7 @@ declare 167 {
declare 168 {
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)
}