diff options
author | hobbs <hobbs> | 2000-04-10 00:27:03 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2000-04-10 00:27:03 (GMT) |
commit | cedc2a01a4ac1c51e93fddd5049122b73f42894e (patch) | |
tree | defce27d1976dba051ba3365bc4fc5cc87eb52d1 /generic/tclBasic.c | |
parent | e95039c479e3fd3bc0c38489bf218ca17e2bf22f (diff) | |
download | tcl-cedc2a01a4ac1c51e93fddd5049122b73f42894e.zip tcl-cedc2a01a4ac1c51e93fddd5049122b73f42894e.tar.gz tcl-cedc2a01a4ac1c51e93fddd5049122b73f42894e.tar.bz2 |
* generic/tclBasic.c (Tcl_SetCommandInfo): comment fix
Diffstat (limited to 'generic/tclBasic.c')
-rw-r--r-- | generic/tclBasic.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclBasic.c b/generic/tclBasic.c index 1bd7682..a310ca6 100644 --- a/generic/tclBasic.c +++ b/generic/tclBasic.c @@ -12,7 +12,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclBasic.c,v 1.25 2000/03/31 08:52:03 hobbs Exp $ + * RCS: @(#) $Id: tclBasic.c,v 1.26 2000/04/10 00:27:03 hobbs Exp $ */ #include "tclInt.h" @@ -2025,7 +2025,7 @@ Tcl_SetCommandInfo(interp, cmdName, infoPtr) Tcl_Interp *interp; /* Interpreter in which to look * for command. */ char *cmdName; /* Name of desired command. */ - Tcl_CmdInfo *infoPtr; /* Where to find store information + Tcl_CmdInfo *infoPtr; /* Where to find information * to store in the command. */ { Tcl_Command cmd; |