From d76d7dc4d264f796ba85d7e7c6cfcad83eda7742 Mon Sep 17 00:00:00 2001 From: "James E. King III" Date: Sat, 13 Oct 2018 03:11:55 +0000 Subject: [PATCH] trac-13104: fix typo in comment --- include/boost/logic/tribool.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/logic/tribool.hpp b/include/boost/logic/tribool.hpp index 0111a4f..0686beb 100644 --- a/include/boost/logic/tribool.hpp +++ b/include/boost/logic/tribool.hpp @@ -175,7 +175,7 @@ BOOST_CONSTEXPR inline tribool operator!(tribool x) BOOST_NOEXCEPT } /** - * \brief Computes the logical conjuction of two tribools + * \brief Computes the logical conjunction of two tribools * * \returns the result of logically ANDing the two tribool values, * according to the following table: