From: Pavel Charvat Date: Tue, 4 Apr 2006 10:53:19 +0000 (+0200) Subject: Forgotten comment X-Git-Tag: holmes-import~650^2~16 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=156797ecda5424df50b42d761b1811a3c965761f;p=libucw.git Forgotten comment --- diff --git a/lib/kmp.h b/lib/kmp.h index 7264b954..9577e8d3 100644 --- a/lib/kmp.h +++ b/lib/kmp.h @@ -110,7 +110,7 @@ kmp_enter_string(struct kmp *kmp, const byte *str, uns id) /* To avoid dependencies between libucw and other libraries (which might * be referenced by the KMP_GET_CHAR macro), we have to split kmp_enter_string() * to a conversion wrapper (this function) and the rest, which resides in kmp.c - * and uses KMP_GET_RAW to read its input. + * and uses zero-terminated array of kmp_char_t characters as its input. */ kmp_char_t buf[strlen(str)+1], *str2 = buf, c = 0; do