From c8148a4fc48a167a0c56355a43f6fa053e04a7ba Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Wed, 14 May 2014 10:02:06 +1000 Subject: [PATCH] mm-update-comment-for-default_max_map_count-fix fix typo Cc: Kirill A. Shutemov Signed-off-by: Andrew Morton --- include/linux/sched/sysctl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/linux/sched/sysctl.h b/include/linux/sched/sysctl.h index 552a2db8b1f5..596a0e007c62 100644 --- a/include/linux/sched/sysctl.h +++ b/include/linux/sched/sysctl.h @@ -26,8 +26,8 @@ enum { sysctl_hung_task_timeout_secs = 0 }; * generating coredump, we need some margin. The number of extra sections is * 1-3 now and depends on arch. We use "5" as safe margin, here. * - * ELF extended numbering allows more then 65535 sections, so 16-bit bound is - * not hard limit any more. Although some userspace tools can be surprised by + * ELF extended numbering allows more than 65535 sections, so 16-bit bound is + * not a hard limit any more. Although some userspace tools can be surprised by * that. */ #define MAPCOUNT_ELF_CORE_MARGIN (5) -- 2.39.5