diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2006-10-28 18:09:11 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2006-10-28 18:09:11 (GMT) |
commit | 769de2429a45560aaf1f2ff7f9ef8de28159dc4c (patch) | |
tree | e247c169f87c0394d193ec0833cde76dd1565e87 | |
parent | 46c3b72550c1d37fbfadffdd513695b4dcd32089 (diff) | |
download | tcl-769de2429a45560aaf1f2ff7f9ef8de28159dc4c.zip tcl-769de2429a45560aaf1f2ff7f9ef8de28159dc4c.tar.gz tcl-769de2429a45560aaf1f2ff7f9ef8de28159dc4c.tar.bz2 |
Make a comment look nicer. :-)
-rw-r--r-- | generic/tclNamesp.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/generic/tclNamesp.c b/generic/tclNamesp.c index 6e239db..040e723 100644 --- a/generic/tclNamesp.c +++ b/generic/tclNamesp.c @@ -22,7 +22,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclNamesp.c,v 1.107 2006/10/27 12:53:44 dkf Exp $ + * RCS: @(#) $Id: tclNamesp.c,v 1.108 2006/10/28 18:09:11 dkf Exp $ */ #include "tclInt.h" @@ -117,8 +117,8 @@ typedef struct EnsembleConfig { * all lists, and cannot be found by scanning * the list from the namespace's ensemble * field. */ - int flags; /* ORed combo of ENS_DEAD and - * TCL_ENSEMBLE_PREFIX. */ + int flags; /* ORed combo of TCL_ENSEMBLE_PREFIX and + * ENS_DEAD. */ /* OBJECT FIELDS FOR ENSEMBLE CONFIGURATION */ |