diff options
author | stanton <stanton> | 1999-05-14 00:20:02 (GMT) |
---|---|---|
committer | stanton <stanton> | 1999-05-14 00:20:02 (GMT) |
commit | 070799ec788b2bba9d102dd2b79cba97c6904885 (patch) | |
tree | 7cb6e05cb662fa74141294e596da10f2247c6734 /generic | |
parent | 9525d9226567d4bcd1134ce0376e04dbe531bf6f (diff) | |
download | tcl-070799ec788b2bba9d102dd2b79cba97c6904885.zip tcl-070799ec788b2bba9d102dd2b79cba97c6904885.tar.gz tcl-070799ec788b2bba9d102dd2b79cba97c6904885.tar.bz2 |
fixed typo
Diffstat (limited to 'generic')
-rw-r--r-- | generic/tclRegexp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclRegexp.h b/generic/tclRegexp.h index 948a72d..2745900 100644 --- a/generic/tclRegexp.h +++ b/generic/tclRegexp.h @@ -33,7 +33,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclRegexp.h,v 1.6 1999/05/13 01:50:33 stanton Exp $ + * RCS: @(#) $Id: tclRegexp.h,v 1.7 1999/05/14 00:20:02 stanton Exp $ */ #ifndef _TCLREGEXP @@ -65,7 +65,7 @@ typedef struct TclRegexp { * with this regexp to indicate the location * of subexpressions. */ int refCount; /* Count of number of references to this - * compiled regexp. + * compiled regexp. */ } TclRegexp; /* |