summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub/xfblob.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs/scrub/xfblob.c')
-rw-r--r--fs/xfs/scrub/xfblob.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/xfs/scrub/xfblob.c b/fs/xfs/scrub/xfblob.c
index 7ecc840a1013..6eda335211e3 100644
--- a/fs/xfs/scrub/xfblob.c
+++ b/fs/xfs/scrub/xfblob.c
@@ -13,8 +13,8 @@
/*
* XFS Blob Storage
* ================
- * Stores and retrieves blobs using a memfd object. Objects are appended to
- * the file and the offset is returned as a magic cookie for retrieval.
+ * Stores and retrieves blobs using an xfile. Objects are appended to the file
+ * and the offset is returned as a magic cookie for retrieval.
*/
#define XB_KEY_MAGIC 0xABAADDAD