diff mbox series

[1/1] package/azmq: fix NPTL typo in comment

Message ID 20191030164027.8792-1-fontaine.fabrice@gmail.com
State Accepted
Headers show
Series [1/1] package/azmq: fix NPTL typo in comment | expand

Commit Message

Fabrice Fontaine Oct. 30, 2019, 4:40 p.m. UTC
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/azmq/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Thomas Petazzoni Oct. 31, 2019, 9:35 p.m. UTC | #1
On Wed, 30 Oct 2019 17:40:27 +0100
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  package/azmq/Config.in | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to master, thanks.

Thomas
Peter Korsgaard Oct. 31, 2019, 10:08 p.m. UTC | #2
>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed to 2019.02.x and 2019.08.x, thanks.
diff mbox series

Patch

diff --git a/package/azmq/Config.in b/package/azmq/Config.in
index eeafa2ad6d..2904890d5f 100644
--- a/package/azmq/Config.in
+++ b/package/azmq/Config.in
@@ -20,7 +20,7 @@  config BR2_PACKAGE_AZMQ
 
 	  https://github.com/zeromq/azmq
 
-comment "azmq needs a toolchain w/ C++11, wchar and NTPL"
+comment "azmq needs a toolchain w/ C++11, wchar and NPTL"
 	depends on !(BR2_INSTALL_LIBSTDCPP && BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 \
 		&& BR2_USE_WCHAR && BR2_TOOLCHAIN_HAS_THREADS_NPTL)