diff src/charset.c @ 221:7fd4b5df33be

updated for version 7.0062
author vimboss
date Sun, 20 Mar 2005 22:37:15 +0000
parents 964dc7d8b63d
children ef254e0f2365
line wrap: on
line diff
--- a/src/charset.c
+++ b/src/charset.c
@@ -394,8 +394,8 @@ transstr(s)
 
 #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]".
  */