diff mbox series

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

Message ID 20200411002247.14468-1-ethp@qq.com (mailing list archive)
State New, archived
Headers show
Series mm/slub: Fix a typo in comment "disambiguiation"->"disambiguation" | expand

Commit Message

Ethon Paul April 11, 2020, 12:22 a.m. UTC
There is a typo in comment, fix it.

Signed-off-by: Ethon Paul <ethp@qq.com>
---
 mm/slub.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

David Rientjes April 11, 2020, 7:58 a.m. UTC | #1
On Sat, 11 Apr 2020, Ethon Paul wrote:

> There is a typo in comment, fix it.
> 
> Signed-off-by: Ethon Paul <ethp@qq.com>

Acked-by: David Rientjes <rientjes@google.com>
diff mbox series

Patch

diff --git a/mm/slub.c b/mm/slub.c
index 332d4b459a90..3ddbe7dbc095 100644
--- a/mm/slub.c
+++ b/mm/slub.c
@@ -1984,7 +1984,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.
  */