From 23ce61258f4999ce183769579272da9090599ec4 Mon Sep 17 00:00:00 2001 From: mgh Date: Tue, 17 Jul 2007 12:34:05 +0000 Subject: [PATCH] Implemented some shared object functions git-svn-id: http://www.frescor.org/private/svn/frescor/frsh/trunk/include@548 35b4ef3e-fd22-0410-ab77-dab3279adceb --- frsh_freelist.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frsh_freelist.h b/frsh_freelist.h index a10f64f..c6d6898 100644 --- a/frsh_freelist.h +++ b/frsh_freelist.h @@ -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); -- 2.39.2