[PATCH] fs: fix a typo in attr.c

From: Jay
Date: Tue Jan 09 2024 - 02:31:18 EST


The word "filesytem" should be "filesystem"

Signed-off-by: Jay <merqqcury@xxxxxxxxx>
---
fs/attr.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/attr.c b/fs/attr.c
index bdf5deb06..b05869bcd 100644
--- a/fs/attr.c
+++ b/fs/attr.c
@@ -352,7 +352,7 @@ int may_setattr(struct mnt_idmap *idmap, struct inode *inode,
EXPORT_SYMBOL(may_setattr);

/**
- * notify_change - modify attributes of a filesytem object
+ * notify_change - modify attributes of a filesystem object
* @idmap: idmap of the mount the inode was found from
* @dentry: object affected
* @attr: new attributes
--
2.34.1