summaryrefslogtreecommitdiff
path: root/content/fs_backing_store.c
diff options
context:
space:
mode:
Diffstat (limited to 'content/fs_backing_store.c')
-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.