From 2beeb73e7028c9f4696c8f139424de8749c77e3e Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Fri, 22 Aug 2014 22:49:35 +0400 Subject: [PATCH] Fixed a typo in the comment. --- include/boost/core/underlying_type.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/boost/core/underlying_type.hpp b/include/boost/core/underlying_type.hpp index c79a0a6..7ecba31 100644 --- a/include/boost/core/underlying_type.hpp +++ b/include/boost/core/underlying_type.hpp @@ -65,8 +65,8 @@ struct underlying_type_impl * * Requires EnumType must be an enum type or the emulation of a scoped enum. * If BOOST_NO_UNDERLYING_TYPE is defined, the implementation will not be able - * to deduce the underlying type of enums. The used is expected to specialize - * this trait. + * to deduce the underlying type of enums. The user is expected to specialize + * this trait in this case. */ template< typename EnumType > struct underlying_type :