summaryrefslogtreecommitdiff
path: root/utils/http/generics.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-11-12 23:27:13 +0000
committerVincent Sanders <vince@kyllikki.org>2014-11-12 23:27:13 +0000
commit9fde3502b659d3858cd1978d2c6535c57efbe924 (patch)
tree05b81ded322deb7fb0b7c1b7fa4d88bbbff193fc /utils/http/generics.c
parente8277f2954229822fae75cb9b062b90a95c37a71 (diff)
downloadnetsurf-9fde3502b659d3858cd1978d2c6535c57efbe924.tar.gz
netsurf-9fde3502b659d3858cd1978d2c6535c57efbe924.tar.bz2
doxygen cleanups in utils
Diffstat (limited to 'utils/http/generics.c')
-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