more work toward making table_item just a pivot_Table
[pspp] / src / output / pivot-table.h
index 091984a0daecd896bc585ad7cdc5938e99e88fcc..7c36c43b2d61df2c1921bcee754975f99cf77858 100644 (file)
@@ -432,7 +432,7 @@ struct pivot_table
     bool show_grid_lines;
     bool show_title;
     bool show_caption;
-    size_t *current_layer; /* axis[PIVOT_AXIS_LAYER].n_dimensions elements. */
+    size_t *current_layer; /* axes[PIVOT_AXIS_LAYER].n_dimensions elements. */
     enum settings_value_show show_values;
     enum settings_value_show show_variables;
     struct fmt_spec weight_format;