]> mj.ucw.cz Git - libucw.git/blobdiff - lib/kmp-search.h
autoconf.h needs to be handled differently, since it is copied from obj/lib
[libucw.git] / lib / kmp-search.h
index 188f9790a8362a5d5cd814111c2ef6beec903eb3..b702acc3effb786af8aa174c3e36e4e28e814fd5 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 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)
  */
 
 #define P(x) KMPS_PREFIX(x)