summaryrefslogtreecommitdiff
path: root/utils/http
diff options
context:
space:
mode:
Diffstat (limited to 'utils/http')
-rw-r--r--utils/http/generics.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/http/generics.c b/utils/http/generics.c
index 129a56f69..e0798f901 100644
--- a/utils/http/generics.c
+++ b/utils/http/generics.c
@@ -43,7 +43,7 @@ void http___item_list_destroy(http__item *list)
* \param input Pointer to current input byte. Updated on exit.
* \param itemparser Pointer to function to parse list items
* \param first Pointer to first item, or NULL.
- * \param parameters Pointer to location to receive on-heap parameter list.
+ * \param items Pointer to location to receive on-heap parameter list.
* \return NSERROR_OK on success,
* NSERROR_NOMEM on memory exhaustion,
* NSERROR_NOT_FOUND if no items could be parsed