Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d1756174 authored by Xie XiuQi's avatar Xie XiuQi Committed by Jiri Kosina
Browse files

mm: Fix some trivial typos in comments



Signed-off-by: default avatarXie XiuQi <xiexiuqi@huawei.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent f788e7bf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.
	 */