summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAlex Kennedy <alexzanderkennedy@gmail.com>2016-10-21 20:42:36 -0700
committerGitHub <noreply@github.com>2016-10-21 20:42:36 -0700
commit802cd0a6ed95567a6d08251ea816da23d9f7895d (patch)
treee2c5f032d3238a329753b0803e330e2b012b2108 /doc
parent4bffa41e4ed434f1e2ba64ac5a8fe661fa089cfb (diff)
Update flex.texi: Removed repedative wording
"Flex used to" was written twice at the beginning of Chapter 9, paragraph 2.
Diffstat (limited to 'doc')
-rw-r--r--doc/flex.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/flex.texi b/doc/flex.texi
index c71dc59..65ae419 100644
--- a/doc/flex.texi
+++ b/doc/flex.texi
@@ -1491,7 +1491,7 @@ the scanning routine using a K&R-style/non-prototyped function
declaration, you must terminate the definition with a semi-colon (;).
@code{flex} generates @samp{C99} function definitions by
-default. Flex used toFlex used to have the ability to generate obsolete, er,
+default. Flex used to have the ability to generate obsolete, er,
@samp{traditional}, function definitions. This was to support
bootstrapping gcc on old systems. Unfortunately, traditional
definitions prevent us from using any standard data types smaller than