updated for version 7.0062
diff --git a/src/charset.c b/src/charset.c
index be908ed..b51d072 100644
--- a/src/charset.c
+++ b/src/charset.c
@@ -394,8 +394,8 @@
#if defined(FEAT_SYN_HL) || defined(FEAT_INS_EXPAND) || defined(PROTO)
/*
- * Convert the string "p[len]" to do ignore-case comparing. Uses the current
- * locale.
+ * Convert the string "str[orglen]" to do ignore-case comparing. Uses the
+ * current locale.
* When "buf" is NULL returns an allocated string (NULL for out-of-memory).
* Otherwise puts the result in "buf[buflen]".
*/