From: Pavel Charvat Date: Fri, 28 Apr 2006 11:49:20 +0000 (+0200) Subject: typo X-Git-Tag: holmes-import~645^2~12 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=105b01989cf31551ed3db6f9741ce90cdc04c65f;p=libucw.git typo --- diff --git a/lib/kmp-search.h b/lib/kmp-search.h index 726593f0..de186e03 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)