Skip to content

Commit 062ea77

Browse files
authored
Fix typo in default_allocator (#187)
1 parent 0bc8c81 commit 062ea77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/foonathan/memory/default_allocator.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ namespace foonathan
2525
/// Arena allocators like \ref memory_stack or \ref memory_pool allocate memory by subdividing a huge block.
2626
/// They get a \concept{concept_blockallocator,BlockAllocator} that will be used for their internal allocation,
2727
/// this type is the default value.
28-
/// \requiredbe Its type can be changed via the CMake option \c FOONATHAN_MEMORY_DEFAULT_ALLCOATOR,
28+
/// \requiredbe Its type can be changed via the CMake option \c FOONATHAN_MEMORY_DEFAULT_ALLOCATOR,
2929
/// but it must be one of the following: \ref heap_allocator, \ref new_allocator, \ref malloc_allocator, \ref static_allocator, \ref virtual_memory_allocator.
3030
/// \defaultbe The default is \ref heap_allocator.
3131
/// \ingroup allocator

0 commit comments

Comments
 (0)