any-writer: Add comment.
authorBen Pfaff <blp@cs.stanford.edu>
Mon, 6 Dec 2021 05:12:17 +0000 (21:12 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Mon, 6 Dec 2021 05:23:58 +0000 (21:23 -0800)
src/data/any-writer.c

index b26440158c67033d0039cf8b73d1c62d6c71ced4..ba4149d78bab2e711b3ae8f7e0c8ec5210eebd28 100644 (file)
@@ -37,7 +37,8 @@
 #include "gettext.h"
 #define _(msgid) gettext (msgid)
 
-/* Creates and returns a writer for HANDLE with the given DICT. */
+/* Creates and returns a writer for HANDLE with the given DICT.  The caller
+  retains ownership of DICT, which might get modified to assign short names. */
 struct casewriter *
 any_writer_open (struct file_handle *handle, struct dictionary *dict)
 {