Commit 06d4f815 authored by Qiujun Huang's avatar Qiujun Huang Committed by Linus Torvalds
Browse files

kernel/kmod.c: fix a typo "assuems" -> "assumes"

parent 5404e7e0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@
 *		       (u64) THREAD_SIZE * 8UL);
 *
 * If you need less than 50 threads would mean we're dealing with systems
 * smaller than 3200 pages. This assuems you are capable of having ~13M memory,
 * smaller than 3200 pages. This assumes you are capable of having ~13M memory,
 * and this would only be an be an upper limit, after which the OOM killer
 * would take effect. Systems like these are very unlikely if modules are
 * enabled.