namei: cleanup double word in comment
authorTom Rix <trix@redhat.com>
Tue, 25 Jan 2022 13:13:40 +0000 (05:13 -0800)
committerAl Viro <viro@zeniv.linux.org.uk>
Fri, 20 May 2022 03:26:29 +0000 (23:26 -0400)
Remove the second 'to'.

Signed-off-by: Tom Rix <trix@redhat.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/namei.c

index 69e6ba7c407b25f35df75eaea437f197f65d050c..486394624853592c83425153fca03a863b604359 100644 (file)
@@ -790,7 +790,7 @@ out:
  * @seq: seq number to check @dentry against
  * Returns: true on success, false on failure
  *
- * Similar to to try_to_unlazy(), but here we have the next dentry already
+ * Similar to try_to_unlazy(), but here we have the next dentry already
  * picked by rcu-walk and want to legitimize that in addition to the current
  * nd->path and nd->root for ref-walk mode.  Must be called from rcu-walk context.
  * Nothing should touch nameidata between try_to_unlazy_next() failure and