This is an automated email from the ASF dual-hosted git repository.

acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git


The following commit(s) were added to refs/heads/master by this push:
     new daae92ea9 memtester:Modify the misnaming in Kconfig
daae92ea9 is described below

commit daae92ea9266f2ef16c50c161e7fd86f122ae83a
Author: chenrun1 <[email protected]>
AuthorDate: Sun Oct 8 17:15:24 2023 +0800

    memtester:Modify the misnaming in Kconfig
    
    Signed-off-by: chenrun1 <[email protected]>
---
 testing/memtester/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testing/memtester/Kconfig b/testing/memtester/Kconfig
index 44f89962d..98c6c4cff 100644
--- a/testing/memtester/Kconfig
+++ b/testing/memtester/Kconfig
@@ -14,7 +14,7 @@ config UTILS_MEMTESTER_PROGNAME
        default "memtester"
 
 config UTILS_MEMTESTER_STACKSIZE
-       int "utils dhrystone stack size"
+       int "utils memtester stack size"
        default DEFAULT_TASK_STACKSIZE
 
 config UTILS_MEMTESTER_PRIORITY

Reply via email to