diff options
author | Jay <merqqcury@gmail.com> | 2024-01-09 15:29:27 +0800 |
---|---|---|
committer | Christian Brauner <brauner@kernel.org> | 2024-01-22 15:33:30 +0100 |
commit | fe12cfc17429a4ddfdf9e71711bd125b8854ed7d (patch) | |
tree | 33723b52d4920a572abb06d292022bc0868b06e2 /fs/attr.c | |
parent | 6613476e225e090cc9aad49be7fa504e290dd33d (diff) |
fs: fix a typo in attr.c
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>
Diffstat (limited to 'fs/attr.c')
-rw-r--r-- | fs/attr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/attr.c b/fs/attr.c index 5a13f0c8495f..49d23b5dbab4 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 |