From: Karl Williamson Date: Tue, 9 Oct 2012 19:32:12 +0000 (-0600) Subject: regexp.h: Update comments X-Git-Tag: upstream/5.20.0~5114 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9d1714db8368fab113c4f12da2ea29e7926e2c62;p=platform%2Fupstream%2Fperl.git regexp.h: Update comments These comments should have been changed in commit c74f6de970ef0f0eb8ba43b1840fde0cf5a45497, but were mistakenly omitted. --- diff --git a/regexp.h b/regexp.h index f631db9..0e3517d 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 */ \