diff options
author | dgp <dgp@users.sourceforge.net> | 2001-04-04 07:11:01 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2001-04-04 07:11:01 (GMT) |
commit | ce089080d37c511c8b79ce10edf806089a3b5f19 (patch) | |
tree | 0fb786bc8da23a88821229fb0c4348d63b91c395 /generic/tclInterp.c | |
parent | f9728e2abe7ef2a31d63dea36b5a14a6bba6e1db (diff) | |
download | tcl-ce089080d37c511c8b79ce10edf806089a3b5f19.zip tcl-ce089080d37c511c8b79ce10edf806089a3b5f19.tar.gz tcl-ce089080d37c511c8b79ce10edf806089a3b5f19.tar.bz2 |
Typo in comment
Diffstat (limited to 'generic/tclInterp.c')
-rw-r--r-- | generic/tclInterp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclInterp.c b/generic/tclInterp.c index a5e7563..106bf50 100644 --- a/generic/tclInterp.c +++ b/generic/tclInterp.c @@ -9,7 +9,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclInterp.c,v 1.5 1999/04/16 00:46:49 stanton Exp $ + * RCS: @(#) $Id: tclInterp.c,v 1.6 2001/04/04 07:11:01 dgp Exp $ */ #include <stdio.h> @@ -949,7 +949,7 @@ Tcl_GetAlias(interp, aliasName, targetInterpPtr, targetNamePtr, argcPtr, /* *---------------------------------------------------------------------- * - * Tcl_ObjGetAlias -- + * Tcl_GetAliasObj -- * * Object version: Gets information about an alias. * |