X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Ftextsearch.c;h=98bcadc0118523faeaf8443d4aeb248520c9798d;hb=940cc2df935d00e704c7b8366bdaedda379abf85;hp=6f3093efbd7b0f084edc5b3a85e6b71bbb357783;hpb=07b188ab773e183871e57b33ae37bf635c9f12ba;p=linux-2.6 diff --git a/lib/textsearch.c b/lib/textsearch.c index 6f3093efbd..98bcadc011 100644 --- a/lib/textsearch.c +++ b/lib/textsearch.c @@ -40,7 +40,7 @@ * configuration according to the specified parameters. * (3) User starts the search(es) by calling _find() or _next() to * fetch subsequent occurrences. A state variable is provided - * to the algorihtm to store persistant variables. + * to the algorihtm to store persistent variables. * (4) Core eventually resets the search offset and forwards the find() * request to the algorithm. * (5) Algorithm calls get_next_block() provided by the user continously @@ -93,7 +93,6 @@ * ========================================================================== */ -#include #include #include #include