From: Al Viro Date: Mon, 31 Jan 2022 02:12:26 +0000 (-0500) Subject: d_path.c: typo fix... X-Git-Tag: baikal/aarch64/sdk6.1~2956^2 X-Git-Url: https://git.baikalelectronics.ru/?a=commitdiff_plain;h=f9ed849b40a30787d42e4e7ab4069ca4420a3bae;p=kernel.git d_path.c: typo fix... Signed-off-by: Al Viro --- diff --git a/fs/d_path.c b/fs/d_path.c index ce8d9d49e1e75..56a6ee4c6331c 100644 --- a/fs/d_path.c +++ b/fs/d_path.c @@ -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