From: Yuanhan Liu Date: Mon, 17 Dec 2012 09:42:56 +0000 (+0800) Subject: x86: Fix a typo X-Git-Tag: next-20130218~38^2~64^2~4 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=e3e81aca8d51a50e19d6c67fafc4c9c4f0404bf1;p=karo-tx-linux.git x86: Fix a typo legact -> legacy Signed-off-by: Yuanhan Liu Signed-off-by: Ingo Molnar --- diff --git a/arch/x86/kernel/sys_x86_64.c b/arch/x86/kernel/sys_x86_64.c index 97ef74b88e0f..dbded5aedb81 100644 --- a/arch/x86/kernel/sys_x86_64.c +++ b/arch/x86/kernel/sys_x86_64.c @@ -157,7 +157,7 @@ arch_get_unmapped_area_topdown(struct file *filp, const unsigned long addr0, if (flags & MAP_FIXED) return addr; - /* for MAP_32BIT mappings we force the legact mmap base */ + /* for MAP_32BIT mappings we force the legacy mmap base */ if (!test_thread_flag(TIF_ADDR32) && (flags & MAP_32BIT)) goto bottomup;