(no commit message)
[ppastats.git] / src / list.h
index 1b66014..54fbf28 100644 (file)
@@ -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);