diff options
author | Xie XiuQi <xiexiuqi@huawei.com> | 2013-10-18 09:12:43 +0800 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-10-18 14:49:53 +0200 |
commit | d17561743642082bd32bdfc5a14e17515c0d6baa (patch) | |
tree | d344716801707411fe50997a1ac4db8c09e4be6a /mm | |
parent | f788e7bf0563bb98b1a6ef5cdc66749ee36934e4 (diff) | |
download | linux-d17561743642082bd32bdfc5a14e17515c0d6baa.tar.bz2 |
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')
-rw-r--r-- | mm/slub.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |