From: Schspa Shi Date: Fri, 14 Jan 2022 08:12:16 +0000 (+0800) Subject: random: fix typo in comments X-Git-Tag: baikal/mips/sdk6.1~6603^2~12 X-Git-Url: https://git.baikalelectronics.ru/sdk/?a=commitdiff_plain;h=cbdb3c7983efabbf01482433c495ca48ed0a16ef;p=kernel.git random: fix typo in comments s/or/for Signed-off-by: Schspa Shi Signed-off-by: Jason A. Donenfeld --- diff --git a/drivers/char/random.c b/drivers/char/random.c index 227fb78027387..ba8d63f52c058 100644 --- a/drivers/char/random.c +++ b/drivers/char/random.c @@ -101,7 +101,7 @@ * =============================== * * There are four exported interfaces; two for use within the kernel, - * and two or use from userspace. + * and two for use from userspace. * * Exported interfaces ---- userspace output * -----------------------------------------