d_path.c: typo fix...
authorAl Viro <viro@zeniv.linux.org.uk>
Mon, 31 Jan 2022 02:12:26 +0000 (21:12 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Sat, 20 Aug 2022 15:34:33 +0000 (11:34 -0400)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/d_path.c

index ce8d9d49e1e75201871e74b98a84061b50622177..56a6ee4c6331cafef375beb11f4723e850582c7f 100644 (file)
@@ -34,7 +34,7 @@ static bool prepend_char(struct prepend_buffer *p, unsigned char c)
 }
 
 /*
- * The source of the prepend data can be an optimistoc load
+ * The source of the prepend data can be an optimistic load
  * of a dentry name and length. And because we don't hold any
  * locks, the length and the pointer to the name may not be
  * in sync if a concurrent rename happens, and the kernel