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)