summaryrefslogtreecommitdiff
path: root/src/misc2.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-08-01 21:58:57 +0000
committerBram Moolenaar <Bram@vim.org>2005-08-01 21:58:57 +0000
commit83bab71b3cc435eb5551167d02949dbfc90c1bcd (patch)
treee12d80384e911a80d7221b233023dd1fce35a7ee /src/misc2.c
parentd314b2519b8e0488ca5997e57061d9666a33b384 (diff)
downloadvim-git-83bab71b3cc435eb5551167d02949dbfc90c1bcd.tar.gz
updated for version 7.0122
Diffstat (limited to 'src/misc2.c')
-rw-r--r--src/misc2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/misc2.c b/src/misc2.c
index d677b1b4c..93b3bbe56 100644
--- a/src/misc2.c
+++ b/src/misc2.c
@@ -1384,7 +1384,7 @@ vim_strncpy(to, from, len)
/*
* Isolate one part of a string option where parts are separated with
* "sep_chars".
- * The part is copied into buf[maxlen].
+ * The part is copied into "buf[maxlen]".
* "*option" is advanced to the next part.
* The length is returned.
*/