projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a1536b
)
random: fix typo in comments
author
Schspa Shi
<schspa@gmail.com>
Fri, 14 Jan 2022 08:12:16 +0000
(16:12 +0800)
committer
Jason A. Donenfeld
<Jason@zx2c4.com>
Tue, 18 Jan 2022 12:03:55 +0000
(13:03 +0100)
s/or/for
Signed-off-by: Schspa Shi <schspa@gmail.com>
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
drivers/char/random.c
patch
|
blob
|
history
diff --git
a/drivers/char/random.c
b/drivers/char/random.c
index 227fb780273877ef45a005f7052060d628fa3623..ba8d63f52c058814069f2e03621f999cd227fd7c 100644
(file)
--- 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
f
or use from userspace.
*
* Exported interfaces ---- userspace output
* -----------------------------------------