X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=lib%2Ftextsearch.c;h=88c98a2ec8d93efd79b230ca98feed8658f406a4;hb=b23170c01f6e4ea043df7cd9486c2488e01f3d60;hp=9e2a002c5b543305105c69a77410177882538b1b;hpb=48c871c1f6a7c7044dd76774fb469e65c7e2e4e8;p=linux-2.6-omap-h63xx.git diff --git a/lib/textsearch.c b/lib/textsearch.c index 9e2a002c5b5..88c98a2ec8d 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 persistent variables. + * to the algorithm 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