]> granicus.if.org Git - icu/commitdiff
ICU-10088 Fix incorrect API doc for uregex_setStackLimit().
authorAndy Heninger <andy.heninger@gmail.com>
Wed, 26 Jun 2013 18:34:15 +0000 (18:34 +0000)
committerAndy Heninger <andy.heninger@gmail.com>
Wed, 26 Jun 2013 18:34:15 +0000 (18:34 +0000)
X-SVN-Rev: 33854

icu4c/source/i18n/unicode/uregex.h

index e0007fe85c295cb12fe04900c9e389696a1684ac..a85ba1295f0cbe1ea68a0992d551a30df2b5b512 100644 (file)
@@ -1431,8 +1431,8 @@ uregex_getTimeLimit(const URegularExpression      *regexp,
  * <p>
  * @param   regexp      The compiled regular expression.
  * @param   limit       The maximum size, in bytes, of the matching backtrack stack.
- *                      A value of -1 means no limit.
- *                      The limit must be greater than zero, or -1.
+ *                      A value of zero means no limit.
+ *                      The limit must be greater than or equal to zero.
  * @param   status      A reference to a UErrorCode to receive any errors.
  *
  * @stable ICU 4.0