]> rtime.felk.cvut.cz Git - frescor/frsh-include.git/commitdiff
Implemented some shared object functions
authormgh <mgh@35b4ef3e-fd22-0410-ab77-dab3279adceb>
Tue, 17 Jul 2007 12:34:05 +0000 (12:34 +0000)
committermgh <mgh@35b4ef3e-fd22-0410-ab77-dab3279adceb>
Tue, 17 Jul 2007 12:34:05 +0000 (12:34 +0000)
git-svn-id: http://www.frescor.org/private/svn/frescor/frsh/trunk/include@548 35b4ef3e-fd22-0410-ab77-dab3279adceb

frsh_freelist.h

index a10f64f4ae938ed6f303f8d23b035a885e8d4d79..c6d6898d54f4e661123a85ba0564e3ac3d48c69e 100644 (file)
@@ -96,7 +96,7 @@ int frsh_freelist_alloc(frsh_freelist_t *list);
 /**
  * Deallocate the cell specified by index cell adding it to the list
  * of free cells specified by list
- * Returns 0 if successful, or -1 if the cell was not free
+ * Returns 0 if successful, or -1 if the cell was already free
  */
 int frsh_freelist_free(frsh_freelist_t *list, int cell);