From: Schspa Shi Date: Fri, 14 Jan 2022 08:12:16 +0000 (+0800) Subject: random: fix typo in comments X-Git-Tag: v5.17-rc1~43^2~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c0a8a61e7abbf66729687ee63659ee25983fbb1e;p=thirdparty%2Fkernel%2Flinux.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 * -----------------------------------------