[PATCH] random: fix typo in comments

Schspa Shi posted 1 patch 4 years, 5 months ago
drivers/char/random.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] random: fix typo in comments
Posted by Schspa Shi 4 years, 5 months ago
s/or/for

Signed-off-by: Schspa Shi <schspa@gmail.com>
---
 drivers/char/random.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
  * -----------------------------------------
-- 
2.34.1

Re: [PATCH] random: fix typo in comments
Posted by Jason A. Donenfeld 4 years, 5 months ago
Applied, thanks.

Sorry I missed this yesterday; your email hit my spam filter for some reason.

Jason