All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] random: fix typo in comments
@ 2022-01-14  8:12 Schspa Shi
  2022-01-15 13:18 ` Jason A. Donenfeld
  0 siblings, 1 reply; 2+ messages in thread
From: Schspa Shi @ 2022-01-14  8:12 UTC (permalink / raw)
  To: tytso, Jason; +Cc: linux-kernel, Schspa Shi

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-01-15 13:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-14  8:12 [PATCH] random: fix typo in comments Schspa Shi
2022-01-15 13:18 ` Jason A. Donenfeld

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.