pspp-cvs
[Top][All Lists]
Advanced

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

[Pspp-cvs] pspp/src/libpspp hash.c


From: Ben Pfaff
Subject: [Pspp-cvs] pspp/src/libpspp hash.c
Date: Mon, 26 Jun 2006 05:25:17 +0000

CVSROOT:        /cvsroot/pspp
Module name:    pspp
Changes by:     Ben Pfaff <blp> 06/06/26 05:25:17

Modified files:
        src/libpspp    : hash.c 

Log message:
        Fix comment.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pspp/src/libpspp/hash.c?cvsroot=pspp&r1=1.3&r2=1.4

Patches:
Index: hash.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/libpspp/hash.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- hash.c      4 Mar 2006 21:26:39 -0000       1.3
+++ hash.c      26 Jun 2006 05:25:17 -0000      1.4
@@ -231,8 +231,9 @@
     }
 }
 
-/* Locates an entry matching TARGET.  Returns a pointer to the
-   entry, or a null pointer on failure. */
+/* Locates an entry matching TARGET.  Returns the index for the
+   entry, if found, or the index of an empty entry that indicates
+   where TARGET should go, otherwise. */
 static inline unsigned
 locate_matching_entry (struct hsh_table *h, const void *target) 
 {




reply via email to

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