summaryrefslogtreecommitdiff
path: root/fs/btrfs/sysfs.c
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2022-05-25 16:27:25 +0200
committerDavid Sterba <dsterba@suse.com>2022-07-25 17:44:33 +0200
commit143823cf4d5a36cb8c83f5a6adb291bc45f40bc3 (patch)
tree034f36b653e1cf1da6ac151f5c41023d3a62930c /fs/btrfs/sysfs.c
parente0dccc3b76fb35bb257b4118367a883073d7390e (diff)
btrfs: fix typos in comments
Codespell has found a few typos. Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/sysfs.c')
-rw-r--r--fs/btrfs/sysfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/sysfs.c b/fs/btrfs/sysfs.c
index 92a1fa8e3da6..963d63219814 100644
--- a/fs/btrfs/sysfs.c
+++ b/fs/btrfs/sysfs.c
@@ -296,7 +296,7 @@ BTRFS_FEAT_ATTR_COMPAT_RO(verity, VERITY);
/*
* Features which depend on feature bits and may differ between each fs.
*
- * /sys/fs/btrfs/features - all available features implemeted by this version
+ * /sys/fs/btrfs/features - all available features implemented by this version
* /sys/fs/btrfs/UUID/features - features of the fs which are enabled or
* can be changed on a mounted filesystem.
*/