package/boost: fix typos in help text
Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> (cherry picked from commit add472910818f7c77fc54f13a5a44ffc9c90228a) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
9fe9208ac0
commit
29a1e26635
@ -4,7 +4,7 @@ comment "boost needs a toolchain w/ C++, threads, wchar"
|
||||
config BR2_PACKAGE_BOOST
|
||||
bool "boost"
|
||||
depends on BR2_INSTALL_LIBSTDCPP
|
||||
# Boost could theorically be built with threading=single, but
|
||||
# Boost could theoretically be built with threading=single, but
|
||||
# that unfortunately doesn't work. Until someone fixes that,
|
||||
# let's depend on threads.
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||
@ -241,7 +241,7 @@ config BR2_PACKAGE_BOOST_MATH
|
||||
C++ standard.
|
||||
|
||||
Quaternions are a relative of complex numbers often used to
|
||||
parameterise rotations in three dimentional space.
|
||||
parameterise rotations in three dimensional space.
|
||||
|
||||
Octonions, like quaternions, are a relative of complex
|
||||
numbers.
|
||||
|
Loading…
Reference in New Issue
Block a user