X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Ftextsearch.c;h=98bcadc0118523faeaf8443d4aeb248520c9798d;hb=ff51a98799931256b555446b2f5675db08de6229;hp=2cb4a437942e980979098d302efef163d3d3f9f1;hpb=b2f71bade430d468398167d696731bf770de2db8;p=linux-2.6 diff --git a/lib/textsearch.c b/lib/textsearch.c index 2cb4a43794..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