Skip to content

Commit 06d4f81

Browse files
Qiujun Huangtorvalds
authored andcommitted
kernel/kmod.c: fix a typo "assuems" -> "assumes"
There is a typo in comment. Fix it. s/assuems/assumes/ Signed-off-by: Qiujun Huang <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Acked-by: Luis Chamberlain <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Linus Torvalds <[email protected]>
1 parent 5404e7e commit 06d4f81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/kmod.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
* (u64) THREAD_SIZE * 8UL);
3636
*
3737
* If you need less than 50 threads would mean we're dealing with systems
38-
* smaller than 3200 pages. This assuems you are capable of having ~13M memory,
38+
* smaller than 3200 pages. This assumes you are capable of having ~13M memory,
3939
* and this would only be an be an upper limit, after which the OOM killer
4040
* would take effect. Systems like these are very unlikely if modules are
4141
* enabled.

0 commit comments

Comments
 (0)