summaryrefslogtreecommitdiffstats
path: root/src/charset.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-03-20 22:37:15 +0000
committerBram Moolenaar <Bram@vim.org>2005-03-20 22:37:15 +0000
commit217ad920dd665ae74e055d870bfa05f73a20c2c8 (patch)
treec2fd40f30f58bee82ac2a42790c9042d4aabf505 /src/charset.c
parent2e4096b0775518cabcd9e295cf1d96b211699135 (diff)
updated for version 7.0062
Diffstat (limited to 'src/charset.c')
-rw-r--r--src/charset.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/charset.c b/src/charset.c
index be908ed5d6..b51d072089 100644
--- 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]".
*/