summaryrefslogtreecommitdiffstats
path: root/unix/tclLoadShl.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-10-02 11:49:12 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-10-02 11:49:12 (GMT)
commit4f7bc38acccbafba6933e25dbe0cad03cff90ada (patch)
tree990f1c1a5f4bae7431c8cc413feccee91baeba14 /unix/tclLoadShl.c
parentfc65208db65dd65fc054f69ca66825ba60800192 (diff)
downloadtcl-4f7bc38acccbafba6933e25dbe0cad03cff90ada.zip
tcl-4f7bc38acccbafba6933e25dbe0cad03cff90ada.tar.gz
tcl-4f7bc38acccbafba6933e25dbe0cad03cff90ada.tar.bz2
Use version number "9.0" somewhat more in comments
Diffstat (limited to 'unix/tclLoadShl.c')
-rw-r--r--unix/tclLoadShl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tclLoadShl.c b/unix/tclLoadShl.c
index 9ddfa56..d24935a 100644
--- a/unix/tclLoadShl.c
+++ b/unix/tclLoadShl.c
@@ -63,7 +63,7 @@ TclpDlopen(
* The flags below used to be BIND_IMMEDIATE; they were changed at the
* suggestion of Wolfgang Kechel (wolfgang@prs.de): "This enables
* verbosity for missing symbols when loading a shared lib and allows to
- * load libtk8.0.sl into tclsh8.0 without problems. In general, this
+ * load libtk9.0.sl into tclsh9.0 without problems. In general, this
* delays resolving symbols until they are actually needed. Shared libs
* do no longer need all libraries linked in when they are build."
*/