updated for version 7.0026
diff --git a/src/charset.c b/src/charset.c
index 0a46306..7d01980 100644
--- a/src/charset.c
+++ b/src/charset.c
@@ -820,8 +820,8 @@
 }
 
 /*
- * return TRUE if 'c' is a normal identifier character
- * letters and characters from 'isident' option.
+ * Return TRUE if 'c' is a normal identifier character:
+ * Letters and characters from the 'isident' option.
  */
     int
 vim_isIDc(c)