Fix a comment about the maximum repeat count.

Change-Id: I8f232681798fad75a196d35b54849fadf0b14efc
Reviewed-on: https://code-review.googlesource.com/5507
Reviewed-by: Paul Wankadia <junyer@google.com>
diff --git a/re2/regexp.h b/re2/regexp.h
index 733b508..39e2075 100644
--- a/re2/regexp.h
+++ b/re2/regexp.h
@@ -523,7 +523,7 @@
   // exponential blowup in space requirements.
   // uint16 to control space usage.
   // The standard regexp routines will never generate a
-  // ref greater than the maximum repeat count (100),
+  // ref greater than the maximum repeat count (1000),
   // but even so, Incref and Decref consult an overflow map
   // when ref_ reaches kMaxRef.
   uint16 ref_;