Fix comment.
authorBen Pfaff <blp@gnu.org>
Sun, 2 Jul 2006 06:19:24 +0000 (06:19 +0000)
committerBen Pfaff <blp@gnu.org>
Sun, 2 Jul 2006 06:19:24 +0000 (06:19 +0000)
src/data/dictionary.c

index bf467440aa7ce294cb4f5a9aa7d0fdfef590d01a..16809032c23e1a3d386764214d7038793e3c3e66 100644 (file)
@@ -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).