From 105b01989cf31551ed3db6f9741ce90cdc04c65f Mon Sep 17 00:00:00 2001 From: Pavel Charvat Date: Fri, 28 Apr 2006 13:49:20 +0200 Subject: [PATCH] typo --- lib/kmp-search.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2