pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] pspp/src/data dictionary.c


From: Ben Pfaff
Subject: [Pspp-cvs] pspp/src/data dictionary.c
Date: Sun, 02 Jul 2006 06:19:24 +0000

CVSROOT:        /cvsroot/pspp
Module name:    pspp
Changes by:     Ben Pfaff <blp> 06/07/02 06:19:24

Modified files:
        src/data       : dictionary.c 

Log message:
        Fix comment.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pspp/src/data/dictionary.c?cvsroot=pspp&r1=1.12&r2=1.13

Patches:
Index: dictionary.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/data/dictionary.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- dictionary.c        7 May 2006 02:18:32 -0000       1.12
+++ dictionary.c        2 Jul 2006 06:19:24 -0000       1.13
@@ -869,7 +869,7 @@
   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).




reply via email to

[Prev in Thread] Current Thread [Next in Thread]