aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEthon Paul <[email protected]>2020-06-04 16:49:34 -0700
committerLinus Torvalds <[email protected]>2020-06-04 19:06:24 -0700
commit0d645ed19cf9452827d69b733beeff58ed32ea56 (patch)
tree34e2a733133b33bc2ae9271fc76aaeb6f1f185da
parent68956ccb6ca96bd8873c1a0d30d9749094090922 (diff)
mm/slub: fix a typo in comment "disambiguiation"->"disambiguation"
There is a typo in comment, fix it. Signed-off-by: Ethon Paul <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Acked-by: David Rientjes <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Linus Torvalds <[email protected]>
-rw-r--r--mm/slub.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/slub.c b/mm/slub.c
index d52487919278..b8f798b50d44 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.
*/