1
0
Fork 0

mm: Fix some trivial typos in comments

Signed-off-by: Xie XiuQi <xiexiuqi@huawei.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
hifive-unleashed-5.1
Xie XiuQi 2013-10-18 09:12:43 +08:00 committed by Jiri Kosina
parent f788e7bf05
commit d175617436
1 changed files with 1 additions and 1 deletions

View File

@ -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.
*/