summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2017-07-30 16:47:30 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-07-31 20:46:23 +0200
commit662b830dd702f085bc0473a469e893ec9e59149e (patch)
tree828b82ddaa7e0717a98c9495b310b2af7aaf96c0
parentb7d876923124f20dd91f505b00b6fe76e4becb62 (diff)
downloadbuildroot-662b830dd702f085bc0473a469e893ec9e59149e.tar.gz
buildroot-662b830dd702f085bc0473a469e893ec9e59149e.zip
package/snappy: fix typo
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/snappy/snappy.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/snappy/snappy.mk b/package/snappy/snappy.mk
index 2b1da8cf54..81055594c0 100644
--- a/package/snappy/snappy.mk
+++ b/package/snappy/snappy.mk
@@ -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.
OpenPOWER on IntegriCloud