summaryrefslogtreecommitdiffstats
path: root/generic/tcl.h
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2007-06-21 12:43:17 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2007-06-21 12:43:17 (GMT)
commitfcd900918cdac647cc943dfa32196fda722d489d (patch)
treec557255a354ad2cf13dd6488f2877e2c15223a8d /generic/tcl.h
parentf2a4435d9dcee968a38875304ef473a7e4d32698 (diff)
downloadtcl-fcd900918cdac647cc943dfa32196fda722d489d.zip
tcl-fcd900918cdac647cc943dfa32196fda722d489d.tar.gz
tcl-fcd900918cdac647cc943dfa32196fda722d489d.tar.bz2
Fix comments referring to {expand}. [Bug 1600859]
Diffstat (limited to 'generic/tcl.h')
-rw-r--r--generic/tcl.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/generic/tcl.h b/generic/tcl.h
index 657fa6b..873a72c 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.231 2007/05/18 18:39:30 dgp Exp $
+ * RCS: @(#) $Id: tcl.h,v 1.232 2007/06/21 12:43:17 dkf Exp $
*/
#ifndef _TCL
@@ -2010,9 +2010,9 @@ typedef struct Tcl_Token {
* operands. NumComponents is always 0.
* TCL_TOKEN_EXPAND_WORD - This token is just like TCL_TOKEN_WORD except
* that it marks a word that began with the
- * literal character prefix "{expand}". This word
- * is marked to be expanded - that is, broken
- * into words after substitution is complete.
+ * literal character prefix "{*}". This word is
+ * marked to be expanded - that is, broken into
+ * words after substitution is complete.
*/
#define TCL_TOKEN_WORD 1