diff --git a/[refs] b/[refs] index 5f34be09d59b..5cc9175da47b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c620846967f335aafb874b9043a10a8fdda68a24 +refs/heads/master: 435a95c5c8b279668cea32014e5c30821581792d diff --git a/trunk/lib/Kconfig b/trunk/lib/Kconfig index d8c8a16e4eec..abff69d4ff88 100644 --- a/trunk/lib/Kconfig +++ b/trunk/lib/Kconfig @@ -272,9 +272,8 @@ config AVERAGE config CORDIC tristate "CORDIC algorithm" help - The option provides arithmetic function using CORDIC algorithm - so its calculations are in fixed point. Modules can select this - when they require this function. Module will be called cordic. + This option provides an implementation of the CORDIC algorithm; + calculations are in fixed point. Module will be called cordic. config LLIST bool