spelling: pointees

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2023-07-11 00:39:13 +02:00
committed by Andrzej Krzemienski
parent deda20af89
commit 8ffb7e3f57
@@ -16,7 +16,7 @@
namespace boost {
// optional's relational operators ( ==, !=, <, >, <=, >= ) have deep-semantics (compare values).
// WARNING: This is UNLIKE pointers. Use equal_pointees()/less_pointess() in generic code instead.
// WARNING: This is UNLIKE pointers. Use equal_pointees()/less_pointees() in generic code instead.
//