Skip to content

Commit

Permalink
x86: Fix a typo
Browse files Browse the repository at this point in the history
legact -> legacy

Signed-off-by: Yuanhan Liu <yuanhan.liu@linux.intel.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
  • Loading branch information
Yuanhan Liu authored and Ingo Molnar committed Jan 24, 2013
1 parent f73568a commit e3e81ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86/kernel/sys_x86_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit e3e81ac

Please sign in to comment.