summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authordavygrvy <davygrvy@pobox.com>2004-03-08 01:53:20 (GMT)
committerdavygrvy <davygrvy@pobox.com>2004-03-08 01:53:20 (GMT)
commitb82333ed5bcaa724c7eb81ff20f6d96b1f5cc59f (patch)
treec66a3d17d4f9bc918341af8ca1b5c0e4543889b1 /generic
parentde1e0ca994400853c4373574caa8ad768758ddd5 (diff)
downloadtcl-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.h6
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