diff options
author | Xie XiuQi <xiexiuqi@huawei.com> | 2013-10-17 21:12:43 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-10-18 08:49:53 -0400 |
commit | d17561743642082bd32bdfc5a14e17515c0d6baa (patch) | |
tree | d344716801707411fe50997a1ac4db8c09e4be6a /mm/slub.c | |
parent | f788e7bf0563bb98b1a6ef5cdc66749ee36934e4 (diff) |
mm: Fix some trivial typos in comments
Signed-off-by: Xie XiuQi <xiexiuqi@huawei.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'mm/slub.c')
-rw-r--r-- | mm/slub.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -949,7 +949,7 @@ static inline void slab_free_hook(struct kmem_cache *s, void *x) | |||
949 | kmemleak_free_recursive(x, s->flags); | 949 | kmemleak_free_recursive(x, s->flags); |
950 | 950 | ||
951 | /* | 951 | /* |
952 | * Trouble is that we may no longer disable interupts in the fast path | 952 | * Trouble is that we may no longer disable interrupts in the fast path |
953 | * So in order to make the debug calls that expect irqs to be | 953 | * So in order to make the debug calls that expect irqs to be |
954 | * disabled we need to disable interrupts temporarily. | 954 | * disabled we need to disable interrupts temporarily. |
955 | */ | 955 | */ |