From: Chengguang Xu Date: Mon, 10 Feb 2020 03:11:14 +0000 (+0800) Subject: ovl: fix a typo in comment X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=a5a84682ecb67e74d1f265d1634c146c990e0e4f;p=linux.git ovl: fix a typo in comment Fix a typo in comment. (annonate -> annotate) Signed-off-by: Chengguang Xu Signed-off-by: Miklos Szeredi --- diff --git a/fs/overlayfs/inode.c b/fs/overlayfs/inode.c index 13219a5864c46..956c6f9c9c11e 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