[Buildroot] [git commit] toolchain-external: remove extra space in RPC option string

Peter Korsgaard jacmet at sunsite.dk
Fri Apr 29 13:40:58 UTC 2011


commit: http://git.buildroot.net/buildroot/commit/?id=8b370e63806fa2ab064cd2b30d627914cc5c0a43
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Peter Korsgaard <jacmet at sunsite.dk>
---
 toolchain/toolchain-external/Config.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/toolchain/toolchain-external/Config.in b/toolchain/toolchain-external/Config.in
index d9a0034..1cbf554 100644
--- a/toolchain/toolchain-external/Config.in
+++ b/toolchain/toolchain-external/Config.in
@@ -189,7 +189,7 @@ config BR2_TOOLCHAIN_EXTERNAL_INET_IPV6
 	  will tell you if it's correct or not.
 
 config BR2_TOOLCHAIN_EXTERNAL_INET_RPC
-	bool "Toolchain has RPC support ?"
+	bool "Toolchain has RPC support?"
 	select BR2_INET_RPC
 	help
 	  Select this option if your external toolchain supports
-- 
1.7.3.4




More information about the buildroot mailing list