diff options
| author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2015-08-09 13:36:18 +0200 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-08-09 16:58:15 +0200 |
| commit | a871ffd1821ba5e26862949a7a7a09b7de847f9a (patch) | |
| tree | 9a2d00934ba06c27457d81e531780352b5b95b7a /package/sysdig | |
| parent | f7b4865479631fea1aa8b185a977ccd293ade00e (diff) | |
| download | buildroot-a871ffd1821ba5e26862949a7a7a09b7de847f9a.tar.gz buildroot-a871ffd1821ba5e26862949a7a7a09b7de847f9a.zip | |
package/sysdig: Fix typo in comment
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/sysdig')
| -rw-r--r-- | package/sysdig/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/sysdig/Config.in b/package/sysdig/Config.in index 36d35fb7ac..dc71d5f0c5 100644 --- a/package/sysdig/Config.in +++ b/package/sysdig/Config.in @@ -16,6 +16,6 @@ config BR2_PACKAGE_SYSDIG http://sysdig.org -comment "sysdig needs a toolchain w/ C++, dynamibc library and a Linux kernel to be built" +comment "sysdig needs a toolchain w/ C++, dynamic library and a Linux kernel to be built" depends on !BR2_LINUX_KERNEL || !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS depends on BR2_PACKAGE_LUAJIT_ARCH_SUPPORTS |

