From 0bece66d783a805660b20bf7b2fa13fcb313616f Mon Sep 17 00:00:00 2001 From: Michael Witten Date: Fri, 29 Jul 2011 13:36:04 +0000 Subject: [PATCH] --- yaml --- r: 280440 b: refs/heads/master c: 435a95c5c8b279668cea32014e5c30821581792d h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/lib/Kconfig | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) 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