treewide: Replace <name>_cnt by n_<name>s and <name>_cap by allocated_<name>.
[pspp] / doc / dev / system-file-format.texi
index a5a89f4ded01672a57c53791d4f81d51ca3bd24f..4f5aa7edbeb749f39ba0f4b4af000f61a307afdc 100644 (file)
@@ -558,7 +558,7 @@ The value label record has the following format:
 int32               rec_type;
 int32               label_count;
 
-/* @r{Repeated @code{label_cnt} times}. */
+/* @r{Repeated @code{n_label} times}. */
 char                value[8];
 char                label_len;
 char                label[];