diff options
| author | dgp <dgp@users.sourceforge.net> | 2012-11-29 17:03:17 (GMT) |
|---|---|---|
| committer | dgp <dgp@users.sourceforge.net> | 2012-11-29 17:03:17 (GMT) |
| commit | 03bdf41de2ee32283160a235dc221e2ab38c4b64 (patch) | |
| tree | ba967316493b7cd66c96f1d5020f1e966edd83cc | |
| parent | 206428d2cf92bd15670bf5ad8464be4f0c471d86 (diff) | |
| download | tcl-03bdf41de2ee32283160a235dc221e2ab38c4b64.zip tcl-03bdf41de2ee32283160a235dc221e2ab38c4b64.tar.gz tcl-03bdf41de2ee32283160a235dc221e2ab38c4b64.tar.bz2 | |
missed bit of merge
| -rw-r--r-- | generic/tclStubLib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclStubLib.c b/generic/tclStubLib.c index 648ed24..23085e2 100644 --- a/generic/tclStubLib.c +++ b/generic/tclStubLib.c @@ -85,7 +85,7 @@ static int isDigit(const int c) /* *---------------------------------------------------------------------- * - * Tcl_InitStubs -- + * TclInitStubs -- * * Tries to initialise the stub table pointers and ensures that the * correct version of Tcl is loaded. |
