From: Ethon Paul Date: Thu, 4 Jun 2020 23:49:34 +0000 (-0700) Subject: mm/slub: fix a typo in comment "disambiguiation"->"disambiguation" X-Git-Tag: v5.8-rc1~142^2~63 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d645ed19cf9452827d69b733beeff58ed32ea56;p=thirdparty%2Fkernel%2Flinux.git mm/slub: fix a typo in comment "disambiguiation"->"disambiguation" There is a typo in comment, fix it. Signed-off-by: Ethon Paul Signed-off-by: Andrew Morton Acked-by: David Rientjes Link: http://lkml.kernel.org/r/20200411002247.14468-1-ethp@qq.com Signed-off-by: Linus Torvalds --- diff --git a/mm/slub.c b/mm/slub.c index d524879192785..b8f798b50d44d 100644 --- a/mm/slub.c +++ b/mm/slub.c @@ -2013,7 +2013,7 @@ static void *get_partial(struct kmem_cache *s, gfp_t flags, int node, #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. */