diff options
author | Chengguang Xu <cgxu519@mykernel.net> | 2020-02-10 11:11:14 +0800 |
---|---|---|
committer | Miklos Szeredi <mszeredi@redhat.com> | 2020-03-17 15:04:23 +0100 |
commit | a5a84682ecb67e74d1f265d1634c146c990e0e4f (patch) | |
tree | 115ff11724454556526f2720b2f2bd6959ff992e /fs/overlayfs | |
parent | 0efbe7c4f948eb1233ef52c1cdba0b4ff973df36 (diff) |
ovl: fix a typo in comment
Fix a typo in comment. (annonate -> annotate)
Signed-off-by: Chengguang Xu <cgxu519@mykernel.net>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
Diffstat (limited to 'fs/overlayfs')
-rw-r--r-- | fs/overlayfs/inode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/overlayfs/inode.c b/fs/overlayfs/inode.c index 13219a5864c4..956c6f9c9c11 100644 --- a/fs/overlayfs/inode.c +++ b/fs/overlayfs/inode.c @@ -504,7 +504,7 @@ static const struct address_space_operations ovl_aops = { /* * It is possible to stack overlayfs instance on top of another - * overlayfs instance as lower layer. We need to annonate the + * overlayfs instance as lower layer. We need to annotate the * stackable i_mutex locks according to stack level of the super * block instance. An overlayfs instance can never be in stack * depth 0 (there is always a real fs below it). An overlayfs |