Skip to content

Commit

Permalink
mm: Fix some trivial typos in comments
Browse files Browse the repository at this point in the history
Signed-off-by: Xie XiuQi <xiexiuqi@huawei.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
  • Loading branch information
Xie XiuQi authored and Jiri Kosina committed Oct 18, 2013
1 parent f788e7b commit d175617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mm/slub.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down

0 comments on commit d175617

Please sign in to comment.