From 5d68bc2fd88c91135d5c606385bd198ba59debeb Mon Sep 17 00:00:00 2001 From: John Maddock Date: Thu, 19 Apr 2001 10:53:11 +0000 Subject: [PATCH] fixed typo [SVN r9836] --- include/boost/static_assert.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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{}; +