From cdf16083109fe4ea5fff41a0d568318edced4776 Mon Sep 17 00:00:00 2001 From: Keita Iwabuchi Date: Sun, 14 Apr 2024 14:39:47 -0700 Subject: [PATCH] Minor comment fix --- include/metall/basic_manager.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/metall/basic_manager.hpp b/include/metall/basic_manager.hpp index f2728e56..2bbd05ed 100644 --- a/include/metall/basic_manager.hpp +++ b/include/metall/basic_manager.hpp @@ -91,7 +91,7 @@ class basic_manager { /// One of the primary purposes of this allocator is to provide a way to /// temporarily allocate data structures that use Metall’s STL-allocator in a /// heap in addition to in Metall memory space. It is advised to use this - /// allocator with caution as this two memory spaces are used transparently by + /// allocator with caution as two memory spaces are used transparently by /// this allocator. template using fallback_allocator = @@ -99,7 +99,7 @@ class basic_manager { /// \brief Fallback allocator type wrapped by scoped_allocator_adaptor. template - using scoped_fallback_allocator_type = + using scoped_fallback_allocator_type = container::scoped_allocator_adaptor>; /// \brief Construct proxy