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 | 3382c0c47fc468888766bc6bdc9b32d9e485baa2 (patch) | |
tree | ba967316493b7cd66c96f1d5020f1e966edd83cc | |
parent | 1213e2c7212fed431301f7cc330ecde40cebf0eb (diff) | |
download | tcl-3382c0c47fc468888766bc6bdc9b32d9e485baa2.zip tcl-3382c0c47fc468888766bc6bdc9b32d9e485baa2.tar.gz tcl-3382c0c47fc468888766bc6bdc9b32d9e485baa2.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. |