diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-10-24 21:22:30 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-10-24 21:22:30 (GMT) |
commit | 66cb991a8b6edb5c8f424d1aed10e35b8113bd13 (patch) | |
tree | 781294ae5f8d82d4dd45d809249618c8dc528f39 /unix/tclLoadDl.c | |
parent | 20fbd4bb4bba957f3d3b611befff43c7fea5676d (diff) | |
download | tcl-66cb991a8b6edb5c8f424d1aed10e35b8113bd13.zip tcl-66cb991a8b6edb5c8f424d1aed10e35b8113bd13.tar.gz tcl-66cb991a8b6edb5c8f424d1aed10e35b8113bd13.tar.bz2 |
syntax improvement: expect options before the filename
<p>start at documentation
Diffstat (limited to 'unix/tclLoadDl.c')
-rw-r--r-- | unix/tclLoadDl.c | 2 |
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 */ |