Fix a typo in a Kconfig file

This commit is contained in:
Gregory Nutt 2014-09-27 16:11:48 -06:00
parent ec010372c5
commit 8634a5e41c
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ if MM_PGALLOC
config MM_PGSIZE config MM_PGSIZE
int "Page Size" int "Page Size"
default 4096 default 4096
--help--- ---help---
The MMU page size. Must be one of {1024, 2048, 4096, 8192, or The MMU page size. Must be one of {1024, 2048, 4096, 8192, or
16384}. This is easily extensible, but only those values are 16384}. This is easily extensible, but only those values are
currently support. currently support.