summaryrefslogtreecommitdiffstats
path: root/generic/tclRegexp.h
diff options
context:
space:
mode:
authorstanton <stanton>1999-05-14 00:20:02 (GMT)
committerstanton <stanton>1999-05-14 00:20:02 (GMT)
commit070799ec788b2bba9d102dd2b79cba97c6904885 (patch)
tree7cb6e05cb662fa74141294e596da10f2247c6734 /generic/tclRegexp.h
parent9525d9226567d4bcd1134ce0376e04dbe531bf6f (diff)
downloadtcl-070799ec788b2bba9d102dd2b79cba97c6904885.zip
tcl-070799ec788b2bba9d102dd2b79cba97c6904885.tar.gz
tcl-070799ec788b2bba9d102dd2b79cba97c6904885.tar.bz2
fixed typo
Diffstat (limited to 'generic/tclRegexp.h')
-rw-r--r--generic/tclRegexp.h4
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;
/*