aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEthon Paul <[email protected]>2020-06-04 16:49:16 -0700
committerLinus Torvalds <[email protected]>2020-06-04 19:06:23 -0700
commitdf1758d9f28539091b9b9636b8485697b043b80b (patch)
treedbc3fc6c5e308835586f5ce5614a428ce5beb978
parentf386775510bf35d8ad28ad77e8d82524957abde7 (diff)
mm/memblock: fix a typo in comment "implict"->"implicit"
There is a typo in commet, fix it. Signed-off-by: Ethon Paul <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Reviewed-by: Ralph Campbell <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Linus Torvalds <[email protected]>
-rw-r--r--mm/memblock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/memblock.c b/mm/memblock.c
index 743659d88fc4..39aceafc57f6 100644
--- a/mm/memblock.c
+++ b/mm/memblock.c
@@ -78,7 +78,7 @@
* * memblock_alloc*() - these functions return the **virtual** address
* of the allocated memory.
*
- * Note, that both API variants use implict assumptions about allowed
+ * Note, that both API variants use implicit assumptions about allowed
* memory ranges and the fallback methods. Consult the documentation
* of memblock_alloc_internal() and memblock_alloc_range_nid()
* functions for more elaborate description.