[tip: x86/cleanups] x86/numa: Fix typo

From: tip-bot2 for Cao jin
Date: Fri Nov 15 2019 - 02:29:15 EST


The following commit has been merged into the x86/cleanups branch of tip:

Commit-ID: bff3dc88003badacb7ed685e301ab38dbdc36a8b
Gitweb: https://git.kernel.org/tip/bff3dc88003badacb7ed685e301ab38dbdc36a8b
Author: Cao jin <caoj.fnst@xxxxxxxxxxxxxx>
AuthorDate: Fri, 15 Nov 2019 13:08:28 +08:00
Committer: Ingo Molnar <mingo@xxxxxxxxxx>
CommitterDate: Fri, 15 Nov 2019 08:26:07 +01:00

x86/numa: Fix typo

encomapssing -> encompassing.

Signed-off-by: Cao jin <caoj.fnst@xxxxxxxxxxxxxx>
Cc: <bp@xxxxxxxxx>
Cc: <dave.hansen@xxxxxxxxxxxxxxx>
Cc: <hpa@xxxxxxxxx>
Cc: <luto@xxxxxxxxxx>
Cc: <peterz@xxxxxxxxxxxxx>
Cc: <tglx@xxxxxxxxxxxxx>
Cc: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
Cc: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
Cc: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
Link: https://lkml.kernel.org/r/20191115050828.2138-1-ruansy.fnst@xxxxxxxxxxxxxx
Signed-off-by: Ingo Molnar <mingo@xxxxxxxxxx>
---
arch/x86/mm/numa.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/x86/mm/numa.c b/arch/x86/mm/numa.c
index 4123100..99f7a68 100644
--- a/arch/x86/mm/numa.c
+++ b/arch/x86/mm/numa.c
@@ -699,7 +699,7 @@ static int __init dummy_numa_init(void)
* x86_numa_init - Initialize NUMA
*
* Try each configured NUMA initialization method until one succeeds. The
- * last fallback is dummy single node config encomapssing whole memory and
+ * last fallback is dummy single node config encompassing whole memory and
* never fails.
*/
void __init x86_numa_init(void)