summaryrefslogtreecommitdiffstats
path: root/generic/tclStubLibTbl.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-02-24 10:14:01 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-02-24 10:14:01 (GMT)
commitbd8b8ff3b710e8ae5f4750eadc84c9d96c3ea4c7 (patch)
tree54f85fdbd242e594fd5a28c083eb6c458e1f9ee4 /generic/tclStubLibTbl.c
parent36711a3721be3776af05af4cd109ffe58cb168f8 (diff)
downloadtcl-bd8b8ff3b710e8ae5f4750eadc84c9d96c3ea4c7.zip
tcl-bd8b8ff3b710e8ae5f4750eadc84c9d96c3ea4c7.tar.gz
tcl-bd8b8ff3b710e8ae5f4750eadc84c9d96c3ea4c7.tar.bz2
Final implementation tweaks, fix comments, allow Tcl to load from <prefix>/lib (or <prefix>/bin on win32/cygwin) even when this is not in your PATH.
Diffstat (limited to 'generic/tclStubLibTbl.c')
-rw-r--r--generic/tclStubLibTbl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclStubLibTbl.c b/generic/tclStubLibTbl.c
index 32b3869..ad34494 100644
--- a/generic/tclStubLibTbl.c
+++ b/generic/tclStubLibTbl.c
@@ -40,7 +40,7 @@ TclInitStubTable(
if (tclStubsHandle == NULL) {
/* This can only happen with -DBUILD_STATIC, so simulate
* that the loading of Tcl succeeded, although we didn't
- * actually loaded it dynamically */
+ * actually load it dynamically */
tclStubsHandle = (void *)1;
}
tclStubsPtr = ((const TclStubs **) version)[-1];