Skip to content

Commit a5a8468

Browse files
cgxu519Miklos Szeredi
authored andcommitted
ovl: fix a typo in comment
Fix a typo in comment. (annonate -> annotate) Signed-off-by: Chengguang Xu <[email protected]> Signed-off-by: Miklos Szeredi <[email protected]>
1 parent 0efbe7c commit a5a8468

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/overlayfs/inode.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ static const struct address_space_operations ovl_aops = {
504504

505505
/*
506506
* It is possible to stack overlayfs instance on top of another
507-
* overlayfs instance as lower layer. We need to annonate the
507+
* overlayfs instance as lower layer. We need to annotate the
508508
* stackable i_mutex locks according to stack level of the super
509509
* block instance. An overlayfs instance can never be in stack
510510
* depth 0 (there is always a real fs below it). An overlayfs

0 commit comments

Comments
 (0)