From 8634a5e41cd3a0186cd4cd55a54731da0674101c Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 27 Sep 2014 16:11:48 -0600 Subject: [PATCH] Fix a typo in a Kconfig file --- mm/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mm/Kconfig b/mm/Kconfig index 64d4fa07a7..135023ff59 100644 --- a/mm/Kconfig +++ b/mm/Kconfig @@ -135,7 +135,7 @@ if MM_PGALLOC config MM_PGSIZE int "Page Size" default 4096 - --help--- + ---help--- The MMU page size. Must be one of {1024, 2048, 4096, 8192, or 16384}. This is easily extensible, but only those values are currently support.