X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Ftextsearch.c;h=98bcadc0118523faeaf8443d4aeb248520c9798d;hb=97bf2856c6014879bd04983a3e9dfcdac1e7fe85;hp=6f3093efbd7b0f084edc5b3a85e6b71bbb357783;hpb=76828883507a47dae78837ab5dec5a5b4513c667;p=linux-2.6.git diff --git a/lib/textsearch.c b/lib/textsearch.c index 6f3093efb..98bcadc01 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