From: Xie XiuQi Date: Fri, 18 Oct 2013 01:12:43 +0000 (+0800) Subject: mm: Fix some trivial typos in comments X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=d17561743642082bd32bdfc5a14e17515c0d6baa;p=GitHub%2FLineageOS%2FG12%2Fandroid_kernel_amlogic_linux-4.9.git mm: Fix some trivial typos in comments Signed-off-by: Xie XiuQi Signed-off-by: Jiri Kosina --- diff --git a/mm/slub.c b/mm/slub.c index e3ba1f2cf60c..6a2fa986e7a7 100644 --- a/mm/slub.c +++ b/mm/slub.c @@ -949,7 +949,7 @@ static inline void slab_free_hook(struct kmem_cache *s, void *x) kmemleak_free_recursive(x, s->flags); /* - * Trouble is that we may no longer disable interupts in the fast path + * Trouble is that we may no longer disable interrupts in the fast path * So in order to make the debug calls that expect irqs to be * disabled we need to disable interrupts temporarily. */