Fix "size" in flt64 info record description: it's always 8, not 4.
[pspp-builds.git] / doc / data-file-format.texi
index 79f6bb3a1f7c8d6c85dd6ae829f3ccb11aa6c427..bd70af92ac2c68e76c0369edd387532d8a1c858f 100644 (file)
@@ -505,7 +505,7 @@ Record type.  Always set to 7.
 Record subtype.  Always set to 4.
 
 @item int32 size;
-Size of each piece of data in the data part, in bytes.  Always set to 4.
+Size of each piece of data in the data part, in bytes.  Always set to 8.
 
 @item int32 count;
 Number of pieces of data in the data part.  Always set to 3.