summaryrefslogtreecommitdiff
path: root/regexp.h
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2012-10-09 13:32:12 -0600
committerKarl Williamson <public@khwilliamson.com>2012-10-16 21:48:36 -0600
commit9d1714db8368fab113c4f12da2ea29e7926e2c62 (patch)
treeab5cdeb27b28d9b532800c29f7b2003482da5647 /regexp.h
parent0f43fd573c94446b795d95875cb722dd3f61d1fd (diff)
downloadperl-9d1714db8368fab113c4f12da2ea29e7926e2c62.tar.gz
regexp.h: Update comments
These comments should have been changed in commit c74f6de970ef0f0eb8ba43b1840fde0cf5a45497, but were mistakenly omitted.
Diffstat (limited to 'regexp.h')
-rw-r--r--regexp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/regexp.h b/regexp.h
index f631db9a2a..0e3517d5f1 100644
--- a/regexp.h
+++ b/regexp.h
@@ -102,8 +102,8 @@ struct reg_code_block {
/* Information about the match that the perl core uses to */ \
/* manage things */ \
U32 extflags; /* Flags used both externally and internally */ \
- I32 minlen; /* mininum possible length of string to match */\
- I32 minlenret; /* mininum possible length of $& */ \
+ I32 minlen; /* mininum possible number of chars in string to match */\
+ I32 minlenret; /* mininum possible number of chars in $& */ \
U32 gofs; /* chars left of pos that we search from */ \
/* substring data about strings that must appear in the */ \
/* final match, used for optimisations */ \