From: Ethon Paul <ethp@xxxxxx> Subject: mm/slub: fix a typo in comment "disambiguiation"->"disambiguation" There is a typo in comment, fix it. Link: http://lkml.kernel.org/r/20200411002247.14468-1-ethp@xxxxxx Signed-off-by: Ethon Paul <ethp@xxxxxx> Acked-by: David Rientjes <rientjes@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/slub.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/mm/slub.c~mm-slub-fix-a-typo-in-comment-disambiguiation-disambiguation +++ a/mm/slub.c @@ -2013,7 +2013,7 @@ static void *get_partial(struct kmem_cac #ifdef CONFIG_PREEMPTION /* - * Calculate the next globally unique transaction for disambiguiation + * Calculate the next globally unique transaction for disambiguation * during cmpxchg. The transactions start with the cpu number and are then * incremented by CONFIG_NR_CPUS. */ _