From c8e99537c205e817a8881fcea14501f960d7f2cb Mon Sep 17 00:00:00 2001 From: Aleksey Gurtovoy Date: Tue, 12 Nov 2002 23:15:43 +0000 Subject: [PATCH] fix a typo [SVN r16218] --- include/boost/mpl/aux_/common_name_wknd.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/mpl/aux_/common_name_wknd.hpp b/include/boost/mpl/aux_/common_name_wknd.hpp index c07e904..569717b 100644 --- a/include/boost/mpl/aux_/common_name_wknd.hpp +++ b/include/boost/mpl/aux_/common_name_wknd.hpp @@ -18,7 +18,7 @@ #define BOOST_MPL_AUX_COMMON_NAME_WKND_HPP_INCLUDED #if defined(__BORLANDC__) && __BORLANDC__ < 0x561 -// agurt 12/nov/02: to supress the bogus "Cannot have both a template class and +// agurt 12/nov/02: to suppress the bogus "Cannot have both a template class and // function named 'xxx'" diagnostic # define BOOST_MPL_AUX_COMMON_NAME_WKND(name) \ namespace name_##wknd { \