diff src/ops.c @ 5245:8c6615a30951 v7.4a.047

updated for version 7.4a.047 Problem: Some comments are not so nice. Solution: Change the comments.
author Bram Moolenaar <bram@vim.org>
date Sun, 28 Jul 2013 16:03:06 +0200
parents 4cbff53717d4
children 46cf49cc9289
line wrap: on
line diff
--- a/src/ops.c
+++ b/src/ops.c
@@ -2891,7 +2891,7 @@ free_yank_all()
  * register and then concatenate the old and the new one (so we keep the old
  * one in case of out-of-memory).
  *
- * return FAIL for failure, OK otherwise
+ * Return FAIL for failure, OK otherwise.
  */
     int
 op_yank(oap, deleting, mess)