commit | caa55b65c204946d160c1b743c5f8f3b506dc4d3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 10 13:51:09 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 10 13:51:09 2017 +0100 |
tree | 3dd961455a51a51c70020597080d9014aa37366b | |
parent | 68563937f58ea2dc31b58739336c383d2fd7e6cf [diff] [blame] |
patch 8.0.0164: outdated and misplaced comments Problem: Outdated and misplaced comments. Solution: Fix the comments.
diff --git a/src/list.c b/src/list.c index 83caed6..50d38ff 100644 --- a/src/list.c +++ b/src/list.c
@@ -885,7 +885,7 @@ } /* - * Write list of strings to file + * Write "list" of strings to file "fd". */ int write_list(FILE *fd, list_T *list, int binary)