diff --git a/include/boost/static_assert.hpp b/include/boost/static_assert.hpp index 7922876..3c8ceb1 100644 --- a/include/boost/static_assert.hpp +++ b/include/boost/static_assert.hpp @@ -77,7 +77,7 @@ template struct static_assert_test{}; // The following piece of macro magic joins the two // arguments together, even when one of the arguments is // itself a macro (see 16.3.1 in C++ standard). The key -// is that macro expantion of macro arguments does not +// is that macro expansion of macro arguments does not // occur in BOOST_DO_ASSERT_JOIN but does in BOOST_ASSERT_JOIN // provided it is called from within another macro. #define BOOST_ASSERT_JOIN( X, Y ) BOOST_DO_ASSERT_JOIN( X, Y ) @@ -87,3 +87,4 @@ template struct static_assert_test{}; +