From 186abf911023a15137fcdc6120bc00de5843da5a Mon Sep 17 00:00:00 2001 From: John Maddock Date: Sat, 10 May 2008 08:10:09 +0000 Subject: [PATCH] Fix typo. [SVN r45257] --- include/boost/config/abi_suffix.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/boost/config/abi_suffix.hpp b/include/boost/config/abi_suffix.hpp index 76ccb06d..93916166 100644 --- a/include/boost/config/abi_suffix.hpp +++ b/include/boost/config/abi_suffix.hpp @@ -10,7 +10,7 @@ // . #ifndef BOOST_CONFIG_ABI_PREFIX_HPP -# error Header boost/config/abi_prefix.hpp must only be used after boost/config/abi_prefix.hpp +# error Header boost/config/abi_suffix.hpp must only be used after boost/config/abi_prefix.hpp #else # undef BOOST_CONFIG_ABI_PREFIX_HPP #endif @@ -24,3 +24,4 @@ #pragma nopushoptwarn #endif +