Boost logo

Boost-Commit :

From: john_at_[hidden]
Date: 2008-05-10 04:10:10


Author: johnmaddock
Date: 2008-05-10 04:10:09 EDT (Sat, 10 May 2008)
New Revision: 45257
URL: http://svn.boost.org/trac/boost/changeset/45257

Log:
Fix typo.
Text files modified:
   trunk/boost/config/abi_suffix.hpp | 3 ++-
   1 files changed, 2 insertions(+), 1 deletions(-)

Modified: trunk/boost/config/abi_suffix.hpp
==============================================================================
--- trunk/boost/config/abi_suffix.hpp (original)
+++ trunk/boost/config/abi_suffix.hpp 2008-05-10 04:10:09 EDT (Sat, 10 May 2008)
@@ -10,7 +10,7 @@
 // <boost/config/abi_prefix.hpp>.
 
 #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
 
+


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk