summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authorbch <brad.harder@gmail.com>2020-12-06 20:57:32 (GMT)
committerbch <brad.harder@gmail.com>2020-12-06 20:57:32 (GMT)
commit902547c2b25bc92a576879d666aaf79c6e635aab (patch)
tree928eea5c7ea0e52062184f4f2f867edaaaff1f45 /generic
parentc9c1696a2d8c2c3d094e54b96defd269c0687692 (diff)
downloadtcl-902547c2b25bc92a576879d666aaf79c6e635aab.zip
tcl-902547c2b25bc92a576879d666aaf79c6e635aab.tar.gz
tcl-902547c2b25bc92a576879d666aaf79c6e635aab.tar.bz2
comment grammar
Diffstat (limited to 'generic')
-rw-r--r--generic/tcl.decls4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tcl.decls b/generic/tcl.decls
index dc57324..eacfb28 100644
--- a/generic/tcl.decls
+++ b/generic/tcl.decls
@@ -24,8 +24,8 @@ hooks {tclPlat tclInt tclIntPlat}
scspec EXTERN
# Declare each of the functions in the public Tcl interface. Note that
-# the an index should never be reused for a different function in order
-# to preserve backwards compatibility.
+# in order to preserve backwards compatibility an index should
+# never be reused for a different function
declare 0 {
int Tcl_PkgProvideEx(Tcl_Interp *interp, const char *name,