From: Ben Pfaff Date: Sun, 2 Jul 2006 06:19:24 +0000 (+0000) Subject: Fix comment. X-Git-Tag: v0.6.0~790 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f335cbe3c9591fdc809c197983c8cc3e2d622f1f;p=pspp-builds.git Fix comment. --- diff --git a/src/data/dictionary.c b/src/data/dictionary.c index bf467440..16809032 100644 --- 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).