--- psiconv/trunk/lib/psiconv/unicode.h 2004/02/25 20:56:43 230 +++ psiconv/trunk/lib/psiconv/unicode.h 2004/02/25 20:57:10 231 @@ -66,7 +66,7 @@ /* Convert a psiconv_list of psiconv_ucs2 characters to a string */ extern psiconv_ucs2 *psiconv_unicode_from_list(psiconv_list input); -/* Convert a psiconv_list of psiconv_ucs2 characters to a string */ +/* Look for needle in haystack, return pointer to found location */ extern psiconv_ucs2 *psiconv_unicode_strstr(const psiconv_ucs2 *haystack, const psiconv_ucs2 *needle);