From f335cbe3c9591fdc809c197983c8cc3e2d622f1f Mon Sep 17 00:00:00 2001
From: Ben Pfaff <blp@gnu.org>
Date: Sun, 2 Jul 2006 06:19:24 +0000
Subject: [PATCH] Fix comment.

---
 src/data/dictionary.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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).
-- 
2.30.2