diff --git a/secblock.h b/secblock.h index 37c9c3fb..af1d96f0 100644 --- a/secblock.h +++ b/secblock.h @@ -254,7 +254,7 @@ public: return StandardReallocate(*this, oldPtr, oldSize, newSize, preserve); } - /// \brief Template class memeber Rebind + /// \brief Template class member Rebind /// \tparam V bound class or type /// \details Rebind allows a container class to allocate a different type of object /// to store elements. For example, a std::list will allocate std::list_node to