Skip to content

Commit 255e426

Browse files
committed
fsm.h: Fix missing word in comment.
1 parent 3293b7b commit 255e426

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/fsm/fsm.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ fsm_increndids(struct fsm * fsm, int delta);
278278
* During DFA execution, states with eager outputs will output their
279279
* ID when output reaches them. With fsm_exec, this happens via a
280280
* callback (see fsm_eager_output_set_cb). Some print languages
281-
* will eventually eager outputs.
281+
* will eventually support eager outputs.
282282
*
283283
* One use case for eager outputs is combining multiple unanchored
284284
* regexes into a single DFA and detecting when input matches more than

0 commit comments

Comments
 (0)