From: Jean-Philippe Orsini Date: Fri, 14 Oct 2011 21:07:01 +0000 (+0000) Subject: (no commit message) X-Git-Tag: v1.3.0~126 X-Git-Url: http://git.wpitchoune.net/gitweb/?p=ppastats.git;a=commitdiff_plain;h=eabe301b7925febcda0cfe0f371e6fbb3cc3ff9b --- 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);