From dfd32f03ad70e1dbf08b1622a7ae0cab72318b76 Mon Sep 17 00:00:00 2001 From: Oliver Kowalke Date: Sun, 9 Feb 2014 10:26:36 +0100 Subject: [PATCH] fix typo --- include/boost/coroutine/asymmetric_coroutine.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/boost/coroutine/asymmetric_coroutine.hpp b/include/boost/coroutine/asymmetric_coroutine.hpp index 7014b0b..26c57f7 100644 --- a/include/boost/coroutine/asymmetric_coroutine.hpp +++ b/include/boost/coroutine/asymmetric_coroutine.hpp @@ -1006,7 +1006,7 @@ public: detail::trampoline_pull< coroutine_fn, impl_type, push_coroutine< R &, StackAllocator > >, & stack_ctx_); - detail::setup< coroutien_fn, impl_type > to( forward< coroutine_fn >( fn), & caller_, & callee_, attr); + detail::setup< coroutine_fn, impl_type > to( forward< coroutine_fn >( fn), & caller_, & callee_, attr); impl_ = reinterpret_cast< impl_type * >( caller_.jump( callee_, @@ -1030,7 +1030,7 @@ public: detail::trampoline_pull< coroutine_fn, impl_type, push_coroutine< R &, StackAllocator > >, & stack_ctx_); - detail::setup< coroutien_fn, impl_type > to( forward< coroutine_fn >( fn), & caller_, & callee_, attr); + detail::setup< coroutine_fn, impl_type > to( forward< coroutine_fn >( fn), & caller_, & callee_, attr); impl_ = reinterpret_cast< impl_type * >( caller_.jump( callee_,