diff options
author | Jiangshan Yi <yijiangshan@kylinos.cn> | 2022-09-05 13:47:36 +0800 |
---|---|---|
committer | Miklos Szeredi <mszeredi@redhat.com> | 2022-12-08 10:49:46 +0100 |
commit | cdf5c9d1af411057e33cfbeba02ce19478dedb1e (patch) | |
tree | 9d306ee22574cbdb0a519866439278e4f50bd644 /fs/overlayfs/file.c | |
parent | 73db6a063c785bc3965f17569102a2a61ec10a4c (diff) |
ovl: fix comment typos
Fix two typos.
Reported-by: k2ci <kernel-bot@kylinos.cn>
Signed-off-by: Jiangshan Yi <yijiangshan@kylinos.cn>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
Diffstat (limited to 'fs/overlayfs/file.c')
-rw-r--r-- | fs/overlayfs/file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/overlayfs/file.c b/fs/overlayfs/file.c index dd688a842b0b..eadbe5e0dffd 100644 --- a/fs/overlayfs/file.c +++ b/fs/overlayfs/file.c @@ -34,7 +34,7 @@ static char ovl_whatisit(struct inode *inode, struct inode *realinode) return 'm'; } -/* No atime modificaton nor notify on underlying */ +/* No atime modification nor notify on underlying */ #define OVL_OPEN_FLAGS (O_NOATIME | FMODE_NONOTIFY) static struct file *ovl_open_realfile(const struct file *file, |