X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Fpivot-table.h;h=7c36c43b2d61df2c1921bcee754975f99cf77858;hb=166eb5966a9a6908cfa60830a79d85b074eec53d;hp=091984a0daecd896bc585ad7cdc5938e99e88fcc;hpb=8528d21dc66976c98cc14874a11c8b55e24422c1;p=pspp diff --git a/src/output/pivot-table.h b/src/output/pivot-table.h index 091984a0da..7c36c43b2d 100644 --- a/src/output/pivot-table.h +++ b/src/output/pivot-table.h @@ -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;