]> rtime.felk.cvut.cz Git - frescor/frsh-include.git/blobdiff - frsh_freelist.h
Uploading protected shared objects functionality
[frescor/frsh-include.git] / 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);