From e6cefef15236e57824825bb1ebbf0f07f5a737fa Mon Sep 17 00:00:00 2001 From: asterix Date: Wed, 16 Sep 2009 10:08:31 +0000 Subject: [PATCH] Fix comment. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2950 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/cfg/cfg_randpool.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bertos/cfg/cfg_randpool.h b/bertos/cfg/cfg_randpool.h index 8828c492..83285984 100644 --- a/bertos/cfg/cfg_randpool.h +++ b/bertos/cfg/cfg_randpool.h @@ -48,7 +48,7 @@ */ #define CONFIG_SIZE_ENTROPY_POOL 64 -/// Turn on or off timer support in Randpool. $WIZ$ type = "boolean" +/// Enable timer in randpool algo. $WIZ$ type = "boolean" #define CONFIG_RANDPOOL_TIMER 1 #endif /* CFG_RANDPOOL_H */ -- 2.25.1