summaryrefslogtreecommitdiffstats
path: root/unix/tclLoadDl.c
diff options
context:
space:
mode:
authornijtmans@users.sourceforge.net <jan.nijtmans>2012-10-24 21:22:30 (GMT)
committernijtmans@users.sourceforge.net <jan.nijtmans>2012-10-24 21:22:30 (GMT)
commit43bd6830737d21cd6db1684071c3c01017ec554d (patch)
tree781294ae5f8d82d4dd45d809249618c8dc528f39 /unix/tclLoadDl.c
parent5d55eeb5e44ed634315853b81bc6a1a1113291cb (diff)
downloadtcl-43bd6830737d21cd6db1684071c3c01017ec554d.zip
tcl-43bd6830737d21cd6db1684071c3c01017ec554d.tar.gz
tcl-43bd6830737d21cd6db1684071c3c01017ec554d.tar.bz2
syntax improvement: expect options before the filename
<p>start at documentation
Diffstat (limited to 'unix/tclLoadDl.c')
-rw-r--r--unix/tclLoadDl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tclLoadDl.c b/unix/tclLoadDl.c
index 9c021e1..267067f 100644
--- a/unix/tclLoadDl.c
+++ b/unix/tclLoadDl.c
@@ -164,7 +164,7 @@ FindSymbol(
const char *native; /* Name of the library to be loaded, in
* system encoding */
Tcl_DString newName, ds; /* Buffers for converting the name to
- * system encoding and prepending an
+ * system encoding and prepending an
* underscore*/
void *handle = (void *) loadHandle->clientData;
/* Native handle to the loaded library */