Skip to content

Commit

Permalink
textsearch: fix typos in library helpers
Browse files Browse the repository at this point in the history
Fix spellos (typos) in textsearch library helpers.

Signed-off-by: Randy Dunlap <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
rddunlap authored and davem330 committed Oct 22, 2017
1 parent 6cb3ece commit 7433a8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/ts_fsm.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* ==========================================================================
*
* A finite state machine consists of n states (struct ts_fsm_token)
* representing the pattern as a finite automation. The data is read
* representing the pattern as a finite automaton. The data is read
* sequentially on an octet basis. Every state token specifies the number
* of recurrences and the type of value accepted which can be either a
* specific character or ctype based set of characters. The available
Expand Down
2 changes: 1 addition & 1 deletion lib/ts_kmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
*
* [1] Cormen, Leiserson, Rivest, Stein
* Introdcution to Algorithms, 2nd Edition, MIT Press
* [2] See finite automation theory
* [2] See finite automaton theory
*/

#include <linux/module.h>
Expand Down

0 comments on commit 7433a8d

Please sign in to comment.