diff options
author | davygrvy <davygrvy@pobox.com> | 2004-03-08 01:53:20 (GMT) |
---|---|---|
committer | davygrvy <davygrvy@pobox.com> | 2004-03-08 01:53:20 (GMT) |
commit | b82333ed5bcaa724c7eb81ff20f6d96b1f5cc59f (patch) | |
tree | c66a3d17d4f9bc918341af8ca1b5c0e4543889b1 /generic | |
parent | de1e0ca994400853c4373574caa8ad768758ddd5 (diff) | |
download | tcl-b82333ed5bcaa724c7eb81ff20f6d96b1f5cc59f.zip tcl-b82333ed5bcaa724c7eb81ff20f6d96b1f5cc59f.tar.gz tcl-b82333ed5bcaa724c7eb81ff20f6d96b1f5cc59f.tar.bz2 |
reformatted a comment I had once moved so it doesn't exceed 74 colums.
Diffstat (limited to 'generic')
-rw-r--r-- | generic/tcl.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/generic/tcl.h b/generic/tcl.h index 307d5fd..7277349 100644 --- a/generic/tcl.h +++ b/generic/tcl.h @@ -13,7 +13,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tcl.h,v 1.172 2004/03/02 00:42:50 hobbs Exp $ + * RCS: @(#) $Id: tcl.h,v 1.173 2004/03/08 01:53:20 davygrvy Exp $ */ #ifndef _TCL @@ -2258,8 +2258,8 @@ typedef struct Tcl_Config { Tcl_EvalObjEx((interp),(objPtr),TCL_EVAL_GLOBAL) /* - * These function have been renamed. The old names are deprecated, but - * we define these macros for backwards compatibilty. + * These function have been renamed. The old names are deprecated, + * but we define these macros for backwards compatibilty. */ # define Tcl_Ckalloc Tcl_Alloc |