projects
/
pspp-builds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0cc7c3
)
Fix comment.
author
Ben Pfaff
<blp@gnu.org>
Sun, 2 Jul 2006 06:19:24 +0000
(06:19 +0000)
committer
Ben Pfaff
<blp@gnu.org>
Sun, 2 Jul 2006 06:19:24 +0000
(06:19 +0000)
src/data/dictionary.c
patch
|
blob
|
history
diff --git
a/src/data/dictionary.c
b/src/data/dictionary.c
index bf467440aa7ce294cb4f5a9aa7d0fdfef590d01a..16809032c23e1a3d386764214d7038793e3c3e66 100644
(file)
--- a/
src/data/dictionary.c
+++ b/
src/data/dictionary.c
@@
-869,7
+869,7
@@
dict_compacting_would_shrink (const struct dictionary *d)
return dict_get_compacted_value_cnt (d) < dict_get_next_value_idx (d);
}
-/* Returns true if a case for dictionary D would
be smaller
after
+/* Returns true if a case for dictionary D would
change
after
compacting, false otherwise. Compacting a case eliminates
"holes" between values and after the last value. Holes are
created by deleting variables (or by scratch variables).