From: Ben Pfaff Date: Thu, 21 Jun 2007 15:47:43 +0000 (+0000) Subject: Improve comment. X-Git-Tag: v0.6.0~426 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c532b2e8445401a2613391cda5ab485f9055b484;hp=d908f52b818f4fdf2ab23797756812ec2986bd2b;p=pspp-builds.git Improve comment. --- diff --git a/src/data/datasheet.c b/src/data/datasheet.c index 1fc1e98b..63db4f36 100644 --- a/src/data/datasheet.c +++ b/src/data/datasheet.c @@ -150,7 +150,8 @@ static bool rw_case (struct datasheet *ds, enum rw_op op, /* Creates and returns a new datasheet. If READER is nonnull, then the datasheet initially contains - the contents of READER. */ + the contents of READER. READER become owned by the datasheet + and the caller must not directly reference it again. */ struct datasheet * datasheet_create (struct casereader *reader) {