diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2014-10-14 07:54:25 -0300 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-10-14 17:27:46 +0200 |
commit | a205003928fa3b6917d41013525601a42e711ca7 (patch) | |
tree | b3865e65252535d92a298aa2232c62b841b1815d | |
parent | e5ca8de85ec4b4e453aef63831c536bdbbb30116 (diff) | |
download | buildroot-a205003928fa3b6917d41013525601a42e711ca7.tar.gz buildroot-a205003928fa3b6917d41013525601a42e711ca7.zip |
perf: fix typo and syntax error
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | package/perf/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/perf/Config.in b/package/perf/Config.in index 703b48f89c..083086b552 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/ |