Skip to content

Commit

Permalink
Typo.
Browse files Browse the repository at this point in the history
Spotted by Scott.
  • Loading branch information
katef committed Aug 16, 2024
1 parent 0f4d838 commit ab0a411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/fsm/print.h
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ struct fsm_hooks {
* but simply not yet implemented, where fsm_print() will print a message
* to stderr and exit.
*
* The code generation for the typical case of matching input require the FSM
* The code generation for the typical case of matching input requires the FSM
* to be a DFA, and will EINVAL if the FSM is not a DFA. As opposed to e.g.
* FSM_PRINT_API, which generates code for other purposes, and does not place
* particular expecations on the FSM.
Expand Down

0 comments on commit ab0a411

Please sign in to comment.