output: Improve comments.
[pspp] / src / output / pivot-table.h
index de50c7f39e3bed05fadb34224ee524624e26ab23..56ca865a2d3e4eac589b36b56e5ab1bdb2117d57 100644 (file)
@@ -428,7 +428,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;