]> mj.ucw.cz Git - libucw.git/commitdiff
Forgotten comment
authorPavel Charvat <pavel.charvat@netcentrum.cz>
Tue, 4 Apr 2006 10:53:19 +0000 (12:53 +0200)
committerPavel Charvat <pavel.charvat@netcentrum.cz>
Tue, 4 Apr 2006 10:53:19 +0000 (12:53 +0200)
lib/kmp.h

index 7264b9545df0db8f41eda66425e4c9dd2177ed19..9577e8d34e80f6538e43b48442d9d28e56b39026 100644 (file)
--- 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