X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Fkmp-search.h;h=b702acc3effb786af8aa174c3e36e4e28e814fd5;hb=39d5e9acc6d93c07cbb408fe27144c8a485499ac;hp=188f9790a8362a5d5cd814111c2ef6beec903eb3;hpb=16df176fa4667d17146479219ba8816d89d1d78b;p=libucw.git diff --git a/lib/kmp-search.h b/lib/kmp-search.h index 188f9790..b702acc3 100644 --- a/lib/kmp-search.h +++ b/lib/kmp-search.h @@ -49,7 +49,7 @@ * in order of decreasing length * KMPS_FOUND(kmp,src,search) ... called for every match (in search->out) * KMPS_WANT_BEST algorithm computes globally longest match, which is available - * in search.best in KMPS_EXIT; if there is no match, it points to the null state + * in search->best in KMPS_EXIT; if there is no match, it points to the null state */ #define P(x) KMPS_PREFIX(x)