]> mj.ucw.cz Git - libucw.git/commitdiff
typo
authorPavel Charvat <pavel.charvat@netcentrum.cz>
Fri, 28 Apr 2006 11:49:20 +0000 (13:49 +0200)
committerPavel Charvat <pavel.charvat@netcentrum.cz>
Fri, 28 Apr 2006 11:49:20 +0000 (13:49 +0200)
lib/kmp-search.h

index 726593f07e120ee54b79f7501f1a47cf79dee501..de186e0379343876e05108196266190772e69ae0 100644 (file)
@@ -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)