diff src/misc2.c @ 459:d9d38102399f

updated for version 7.0122
author vimboss
date Mon, 01 Aug 2005 21:58:57 +0000
parents dd9db57ee7ce
children f98374445f66
line wrap: on
line diff
--- 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.
  */