trac-13104: fix typo in comment

This commit is contained in:
James E. King III
2018-10-13 03:11:55 +00:00
parent fd1146f735
commit d76d7dc4d2

View File

@ -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, * \returns the result of logically ANDing the two tribool values,
* according to the following table: * according to the following table: