From: Ben Pfaff <blp@cs.stanford.edu>
Date: Sun, 16 Jan 2022 00:18:18 +0000 (-0800)
Subject: better comment
X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db990282a1e5d4e5760ec3fd8a3218b026751630;p=pspp

better comment
---

diff --git a/src/language/stats/ctables.c b/src/language/stats/ctables.c
index 87f7d23a05..2eed4be1bf 100644
--- a/src/language/stats/ctables.c
+++ b/src/language/stats/ctables.c
@@ -2762,17 +2762,16 @@ ctables_table_output_different_axis (struct ctables *ct, struct ctables_table *t
              - category for nest->vars[1]
              ...
              - variable label for nest->vars[nest->n - 1], if vlabel != CTVL_NONE
-             - category for nest->vars[nest->n - 1], unless axis A's
-               labels are moved to another axis
-             - summary function, if 'a == t->summary_axis && t->slabels_axis ==
-               t->summary_axis'
+             - category for nest->vars[nest->n - 1], unless t->label_axis[a] != a.
+             - summary function, if 'a == t->slabels_axis && a ==
+               t->summary_axis'.
 
              Additional dimensions:
 
-             - If 't->slabels_axis != t->summary_axis', add a summary dimension
-               to t->slabels_axis.
-             - If 't->row_labels == 
-
+             - If 'a == t->slabels_axis && a != t->summary_axis', add a summary
+               dimension.
+             - If 't->label_axis[b] == a' for some 'b != a', add a category
+               dimension to 'a'.
            */
 
           size_t n_common = 0;