From: asterix Date: Wed, 16 Sep 2009 10:08:31 +0000 (+0000) Subject: Fix comment. X-Git-Tag: 2.2.0~18 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=e6cefef15236e57824825bb1ebbf0f07f5a737fa;p=bertos.git Fix comment. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2950 38d2e660-2303-0410-9eaa-f027e97ec537 --- 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 */