From: Ben Pfaff Date: Mon, 6 Dec 2021 05:12:17 +0000 (-0800) Subject: any-writer: Add comment. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp;a=commitdiff_plain;h=3ae40aee64dd46e6777b126e15dc9a7c0110a711 any-writer: Add comment. --- diff --git a/src/data/any-writer.c b/src/data/any-writer.c index b26440158c..ba4149d78b 100644 --- a/src/data/any-writer.c +++ b/src/data/any-writer.c @@ -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) {