Skip to content

Commit 30476f7

Browse files
Tom RixAl Viro
authored andcommitted
namei: cleanup double word in comment
Remove the second 'to'. Signed-off-by: Tom Rix <[email protected]> Signed-off-by: Al Viro <[email protected]>
1 parent 52dba64 commit 30476f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/namei.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -790,7 +790,7 @@ static bool try_to_unlazy(struct nameidata *nd)
790790
* @seq: seq number to check @dentry against
791791
* Returns: true on success, false on failure
792792
*
793-
* Similar to to try_to_unlazy(), but here we have the next dentry already
793+
* Similar to try_to_unlazy(), but here we have the next dentry already
794794
* picked by rcu-walk and want to legitimize that in addition to the current
795795
* nd->path and nd->root for ref-walk mode. Must be called from rcu-walk context.
796796
* Nothing should touch nameidata between try_to_unlazy_next() failure and

0 commit comments

Comments
 (0)