]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
package/snappy: fix typo
authorBernd Kuhls <bernd.kuhls@t-online.de>
Sun, 30 Jul 2017 14:47:30 +0000 (16:47 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 31 Jul 2017 18:46:23 +0000 (20:46 +0200)
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/snappy/snappy.mk

index 2b1da8cf5406ff7ebc06d3559d7b4e646dc3fe57..81055594c0c7809948dd27a8aa49856300fa47f7 100644 (file)
@@ -17,7 +17,7 @@ SNAPPY_INSTALL_STAGING = YES
 SNAPPY_CONF_OPTS = --disable-gtest
 
 # libsnappy links with libstdc++. Some libstdc++/arch variants use
-# pthread symbols for internal locking if built with thead
+# pthread symbols for internal locking if built with thread
 # support. libstdc++ does not have a .pc file, and its .la file does
 # not mention -pthread.  So, static linkig to libstdc++ will fail if
 # -pthread is not explicity linked to. Only do that for static builds.