From 156797ecda5424df50b42d761b1811a3c965761f Mon Sep 17 00:00:00 2001 From: Pavel Charvat Date: Tue, 4 Apr 2006 12:53:19 +0200 Subject: [PATCH] Forgotten comment --- lib/kmp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2