diff mbox

perf: fix typo and syntax error

Message ID 1413284065-20424-1-git-send-email-gustavo@zacarias.com.ar
State Accepted
Commit a205003928fa3b6917d41013525601a42e711ca7
Headers show

Commit Message

Gustavo Zacarias Oct. 14, 2014, 10:54 a.m. UTC
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/perf/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Yann E. MORIN Oct. 14, 2014, 2:50 p.m. UTC | #1
Gustavo, All,

On 2014-10-14 07:54 -0300, Gustavo Zacarias spake thusly:
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>

Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

Regards,
Yann E. MORIN.

> ---
>  package/perf/Config.in | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/package/perf/Config.in b/package/perf/Config.in
> index 703b48f..083086b 100644
> --- a/package/perf/Config.in
> +++ b/package/perf/Config.in
> @@ -13,7 +13,7 @@ config BR2_PACKAGE_PERF
>  
>  	  This package builds and install the userspace 'perf'
>  	  command. It is up to the user to ensure that the kernel
> -	  configuration has all suitable options enable to allow a
> +	  configuration has all the suitable options enabled to allow a
>  	  proper operation of 'perf'.
>  
>  	  https://perf.wiki.kernel.org/
> -- 
> 2.0.4
> 
> _______________________________________________
> buildroot mailing list
> buildroot@busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
Peter Korsgaard Oct. 14, 2014, 2:54 p.m. UTC | #2
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 > Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>

Committed, thanks.
diff mbox

Patch

diff --git a/package/perf/Config.in b/package/perf/Config.in
index 703b48f..083086b 100644
--- a/package/perf/Config.in
+++ b/package/perf/Config.in
@@ -13,7 +13,7 @@  config BR2_PACKAGE_PERF
 
 	  This package builds and install the userspace 'perf'
 	  command. It is up to the user to ensure that the kernel
-	  configuration has all suitable options enable to allow a
+	  configuration has all the suitable options enabled to allow a
 	  proper operation of 'perf'.
 
 	  https://perf.wiki.kernel.org/