projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11ce7bf
)
pivot-output: Fix typo in comment.
author
Ben Pfaff
<blp@cs.stanford.edu>
Fri, 1 Jan 2021 06:09:44 +0000
(22:09 -0800)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Sat, 2 Jan 2021 03:23:40 +0000
(19:23 -0800)
src/output/pivot-output.c
patch
|
blob
|
history
diff --git
a/src/output/pivot-output.c
b/src/output/pivot-output.c
index 8cde929c500b6f16e03be9f934768b80157784fb..665747246a15bbed7702b438df053bcdc21f32f0 100644
(file)
--- a/
src/output/pivot-output.c
+++ b/
src/output/pivot-output.c
@@
-44,7
+44,7
@@
find_category (const struct pivot_dimension *d, int dim_index,
for (const struct pivot_category *c = d->presentation_leaves[index];
c; c = c->parent)
{
- /* A category can cover
t
multiple rows. Only return the category for its
+ /* A category can cover multiple rows. Only return the category for its
top row. */
if (row_ofs == c->extra_depth)
return c;