aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEthon Paul <[email protected]>2020-06-04 16:49:37 -0700
committerLinus Torvalds <[email protected]>2020-06-04 19:06:24 -0700
commit2e6787d380620e87b7d0ccbc0e52f7024a49efd1 (patch)
treea1c6e18bc7ccf40ddcb200f30a675de12081aef1
parent0d645ed19cf9452827d69b733beeff58ed32ea56 (diff)
mm/sparse: fix a typo in comment "convienence"->"convenience"
There is a typo in comment, fix it. Signed-off-by: Ethon Paul <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Linus Torvalds <[email protected]>
-rw-r--r--mm/sparse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/sparse.c b/mm/sparse.c
index 1aee5a481571..6284328cd9f2 100644
--- a/mm/sparse.c
+++ b/mm/sparse.c
@@ -288,7 +288,7 @@ void __init memory_present(int nid, unsigned long start, unsigned long end)
/*
* Mark all memblocks as present using memory_present(). This is a
- * convienence function that is useful for a number of arches
+ * convenience function that is useful for a number of arches
* to mark all of the systems memory as present during initialization.
*/
void __init memblocks_present(void)