From eabe301b7925febcda0cfe0f371e6fbb3cc3ff9b Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Fri, 14 Oct 2011 21:07:01 +0000 Subject: [PATCH] --- src/list.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/list.h b/src/list.h index 1b66014..54fbf28 100644 --- a/src/list.h +++ b/src/list.h @@ -31,7 +31,7 @@ int list_length(void **list); /* * Adds item into a list. * - * Returns a new allocated list contains all items. + * Returns a new allocated list containing all items. */ void **list_add(void **list, void *new_item); -- 2.7.4