pspp-cvs
[Top][All Lists]
Advanced

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

[Pspp-cvs] pspp/src/data sys-file-reader.c


From: Ben Pfaff
Subject: [Pspp-cvs] pspp/src/data sys-file-reader.c
Date: Thu, 04 May 2006 05:21:49 +0000

CVSROOT:        /cvsroot/pspp
Module name:    pspp
Branch:         
Changes by:     Ben Pfaff <address@hidden>      06/05/04 05:21:49

Modified files:
        src/data       : sys-file-reader.c 

Log message:
        Fix spelling in comment.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pspp/pspp/src/data/sys-file-reader.c.diff?tr1=1.13&tr2=1.14&r1=text&r2=text

Patches:
Index: pspp/src/data/sys-file-reader.c
diff -u pspp/src/data/sys-file-reader.c:1.13 
pspp/src/data/sys-file-reader.c:1.14
--- pspp/src/data/sys-file-reader.c:1.13        Tue May  2 03:51:43 2006
+++ pspp/src/data/sys-file-reader.c     Thu May  4 05:21:49 2006
@@ -844,7 +844,8 @@
   /* Copy basic info and verify correctness. */
   r->value_cnt = hdr.nominal_case_size;
 
-  /* If value count is rediculous, then force it to -1 (a sentinel value) */
+  /* If value count is ridiculous, then force it to -1 (a
+     sentinel value). */
   if ( r->value_cnt < 0 || 
        r->value_cnt > (INT_MAX / (int) sizeof (union value) / 2))
     r->value_cnt = -1;




reply via email to

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