diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2017-10-20 21:15:52 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-10-22 04:14:07 +0200 |
commit | 7433a8d6fa60a2f6910206fa10f3550c8f11f45f (patch) | |
tree | 3ed21670e454e2a7b11f0e221e204a9232ebe469 /lib/ts_kmp.c | |
parent | rxrpc: Don't release call mutex on error pointer (diff) | |
download | linux-7433a8d6fa60a2f6910206fa10f3550c8f11f45f.tar.xz linux-7433a8d6fa60a2f6910206fa10f3550c8f11f45f.zip |
textsearch: fix typos in library helpers
Fix spellos (typos) in textsearch library helpers.
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r-- | lib/ts_kmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ts_kmp.c b/lib/ts_kmp.c index 632f783e65f1..ffbe66cbb0ed 100644 --- a/lib/ts_kmp.c +++ b/lib/ts_kmp.c @@ -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> |