From 239e014d993c81599e2aff6900058b149c91fc8e Mon Sep 17 00:00:00 2001 From: Oliver Kowalke Date: Fri, 4 Mar 2016 18:29:18 +0100 Subject: [PATCH] typo in docu --- doc/stack.qbk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/stack.qbk b/doc/stack.qbk index 3497f3c..eab8f88 100644 --- a/doc/stack.qbk +++ b/doc/stack.qbk @@ -99,7 +99,7 @@ the highest/lowest address of the stack.]] __boost_coroutine__ provides the class __pooled_fixedsize__ which models the __stack_allocator_concept__. -In contrast to __pooled_fixedsize__ it does not append a guard page at the +In contrast to __protected_fixedsize__ it does not append a guard page at the end of each stack. The memory is managed internally by [@http://www.boost.org/doc/libs/release/libs/pool/doc/html/boost/pool.html `boost::pool<>`].