summaryrefslogtreecommitdiff
path: root/src/charset.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-01-10 13:51:09 +0100
committerBram Moolenaar <Bram@vim.org>2017-01-10 13:51:09 +0100
commitcaa55b65c204946d160c1b743c5f8f3b506dc4d3 (patch)
tree3dd961455a51a51c70020597080d9014aa37366b /src/charset.c
parent68563937f58ea2dc31b58739336c383d2fd7e6cf (diff)
downloadvim-git-caa55b65c204946d160c1b743c5f8f3b506dc4d3.tar.gz
patch 8.0.0164: outdated and misplaced commentsv8.0.0164
Problem: Outdated and misplaced comments. Solution: Fix the comments.
Diffstat (limited to 'src/charset.c')
-rw-r--r--src/charset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/charset.c b/src/charset.c
index 134cd0951..c3b62590b 100644
--- a/src/charset.c
+++ b/src/charset.c
@@ -887,7 +887,7 @@ vim_isIDc(int c)
/*
* return TRUE if 'c' is a keyword character: Letters and characters from
- * 'iskeyword' option for current buffer.
+ * 'iskeyword' option for the current buffer.
* For multi-byte characters mb_get_class() is used (builtin rules).
*/
int