Commit 0d645ed1 authored by Ethon Paul's avatar Ethon Paul Committed by Linus Torvalds
Browse files

mm/slub: fix a typo in comment "disambiguiation"->"disambiguation"

parent 68956ccb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.
 */