summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2015-04-03 00:28:22 +0100
committerVincent Sanders <vince@kyllikki.org>2015-04-03 00:28:22 +0100
commitea9a2ff01d4ca599215a3bd943f7c5fd55d12f63 (patch)
tree1b52fa464a84bf69ca580797d363894fa9129deb /content
parent77ffda1e46d602fa1efc6eac0e7c4f97f4dfbae1 (diff)
downloadnetsurf-ea9a2ff01d4ca599215a3bd943f7c5fd55d12f63.tar.gz
netsurf-ea9a2ff01d4ca599215a3bd943f7c5fd55d12f63.tar.bz2
Fix up some doxygen errors
Diffstat (limited to 'content')
-rw-r--r--content/fs_backing_store.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/fs_backing_store.c b/content/fs_backing_store.c
index 21b42f291..d23a9d1bc 100644
--- a/content/fs_backing_store.c
+++ b/content/fs_backing_store.c
@@ -1663,7 +1663,7 @@ static nserror store_write_file(struct store_state *state,
* takes ownership of the heap block passed in.
*
* @param url The url is used as the unique primary key for the data.
- * @param flags The flags to control how the object is stored.
+ * @param bsflags The flags to control how the object is stored.
* @param data The objects source data.
* @param datalen The length of the \a data.
* @return NSERROR_OK on success or error code on faliure.