From 070799ec788b2bba9d102dd2b79cba97c6904885 Mon Sep 17 00:00:00 2001 From: stanton Date: Fri, 14 May 1999 00:20:02 +0000 Subject: fixed typo --- generic/tclRegexp.h | 4 ++-- 1 file 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; /* -- cgit v0.12