summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwlestes <wlestes>2012-03-31 14:48:16 +0000
committerwlestes <wlestes>2012-03-31 14:48:16 +0000
commit068196b1cd22a941b8d2bf356dc200d0795c2cf6 (patch)
treebf5214686c9417a238c6ed850e619a34fc503cfa
parent7d51c9db23ae56aa2ddca5d6c0190e6f429f46dd (diff)
downloadflex-068196b1cd22a941b8d2bf356dc200d0795c2cf6.tar.gz
copyedit; resolves #3513670
-rw-r--r--doc/flex.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/flex.texi b/doc/flex.texi
index 019196e..5f169b3 100644
--- a/doc/flex.texi
+++ b/doc/flex.texi
@@ -4812,7 +4812,7 @@ to change this in the near future, but we reserve the right to do so if we ever
API.
@item 64kb for the REJECT state. This will only be allocated if you use REJECT.
-The size is the large enough to hold the same number of states as characters in the input buffer. If you override the size of the
+The size is large enough to hold the same number of states as characters in the input buffer. If you override the size of the
input buffer (via @code{YY_BUF_SIZE}), then you automatically override the size of this buffer as well.
@item 100 bytes for the start condition stack.