Skip to content

Commit 9a747c9

Browse files
Yanfei Xuwilldeacon
authored andcommitted
arm64/numa: Fix a typo in comment of arm64_numa_init
Fix a typo in comment of arm64_numa_init. 'encomapssing' should be 'encompassing'. Signed-off-by: Yanfei Xu <yanfei.xu@windriver.com> Link: https://lore.kernel.org/r/20200901091154.10112-1-yanfei.xu@windriver.com Signed-off-by: Will Deacon <will@kernel.org>
1 parent ad14c19 commit 9a747c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm64/mm/numa.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ static int __init dummy_numa_init(void)
448448
* arm64_numa_init() - Initialize NUMA
449449
*
450450
* Try each configured NUMA initialization method until one succeeds. The
451-
* last fallback is dummy single node config encomapssing whole memory.
451+
* last fallback is dummy single node config encompassing whole memory.
452452
*/
453453
void __init arm64_numa_init(void)
454454
{

0 commit comments

Comments
 (0)