From 21ad7ad74dae75eeb19ee1916412ef9549ddc1be Mon Sep 17 00:00:00 2001 From: Daniel James Date: Mon, 1 Jun 2009 06:52:36 +0000 Subject: [PATCH] Fix typo. [SVN r53526] --- include/boost/config/suffix.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/config/suffix.hpp b/include/boost/config/suffix.hpp index b5857c27..fa449869 100644 --- a/include/boost/config/suffix.hpp +++ b/include/boost/config/suffix.hpp @@ -307,7 +307,7 @@ #endif // -// Set BOOST_NO_INITIALIZER_LISTS is there is no library support. +// Set BOOST_NO_INITIALIZER_LISTS if there is no library support. // #if defined(BOOST_NO_0X_HDR_INITIALIZER_LIST) && !defined(BOOST_NO_INITIALIZER_LISTS)