]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
fs: fix a typo in attr.c
authorJay <merqqcury@gmail.com>
Tue, 9 Jan 2024 07:29:27 +0000 (15:29 +0800)
committerChristian Brauner <brauner@kernel.org>
Mon, 22 Jan 2024 14:33:30 +0000 (15:33 +0100)
The word "filesytem" should be "filesystem"

Signed-off-by: Jay <merqqcury@gmail.com>
Link: https://lore.kernel.org/r/20240109072927.29626-1-merqqcury@gmail.com
Signed-off-by: Christian Brauner <brauner@kernel.org>
fs/attr.c

index 5a13f0c8495fde67df096d4501d32c47e86f056e..49d23b5dbab4b971bb8756c3fca360c5618cc2c3 100644 (file)
--- 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