From: Schspa Shi Date: Fri, 14 Jan 2022 08:12:16 +0000 (+0800) Subject: random: fix typo in comments X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=250bda5d0505927ca8648254752ee298cbaf9623;p=linux.git random: fix typo in comments commit c0a8a61e7abbf66729687ee63659ee25983fbb1e upstream. s/or/for Signed-off-by: Schspa Shi Signed-off-by: Jason A. Donenfeld Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/char/random.c b/drivers/char/random.c index 08072d46ac8bd..c6d798b9f0f06 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 * -----------------------------------------