Skip to content

Commit 1970a06

Browse files
JuliaLawallgregkh
authored andcommitted
kernfs: fix typos in comments
Various spelling mistakes in comments. Detected with the help of Coccinelle. Signed-off-by: Julia Lawall <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 7a19006 commit 1970a06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/kernfs/file.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1002,7 +1002,7 @@ struct kernfs_node *__kernfs_create_file(struct kernfs_node *parent,
10021002
#endif
10031003

10041004
/*
1005-
* kn->attr.ops is accesible only while holding active ref. We
1005+
* kn->attr.ops is accessible only while holding active ref. We
10061006
* need to know whether some ops are implemented outside active
10071007
* ref. Cache their existence in flags.
10081008
*/

0 commit comments

Comments
 (0)