any-writer: Add comment.
[pspp] / 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)
 {