]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
mm-update-comment-for-default_max_map_count-fix
authorAndrew Morton <akpm@linux-foundation.org>
Thu, 22 May 2014 00:43:10 +0000 (10:43 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 22 May 2014 00:43:10 +0000 (10:43 +1000)
fix typo

Cc: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/sched/sysctl.h

index 552a2db8b1f50a7c981a3d98cfb76487e71965c7..596a0e007c62d97e57d040ee45fa3df784403880 100644 (file)
@@ -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 hard limit any more. Although some userspace tools can be surprised by
  * that.
  */
 #define MAPCOUNT_ELF_CORE_MARGIN       (5)