diff options
author | Peter Korsgaard <peter@korsgaard.com> | 2016-01-01 21:55:17 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2016-01-01 21:55:17 +0100 |
commit | 2a9ac68c9f259eda1a479315a4a37057981ea78b (patch) | |
tree | a9e0b6f0c7761201512629dbb37674a7f8674c01 | |
parent | 7865a56947ce1a87bce9e304efa307e6518a5281 (diff) |
tinyalsa: fix toolchain comment
Documented syntax is '.. needs A toolchain ..'
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | package/tinyalsa/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/tinyalsa/Config.in b/package/tinyalsa/Config.in index 65c5a1aa2..9ee47676f 100644 --- a/package/tinyalsa/Config.in +++ b/package/tinyalsa/Config.in @@ -13,5 +13,5 @@ config BR2_PACKAGE_TINYALSA https://github.com/tinyalsa/tinyalsa -comment "tinyalsa needs toolchain w/ dynamic library" +comment "tinyalsa needs a toolchain w/ dynamic library" depends on BR2_STATIC_LIBS |