Fix two more typos.

This commit is contained in:
jzmaddock
2013-12-13 19:39:42 +00:00
parent 958c9f8a51
commit 743fa7e129
2 changed files with 4 additions and 4 deletions

View File

@ -10,9 +10,9 @@
//
// Test file for macro BOOST_NO_CXX11_ATOMIC_SMART_PTR
// Test file for macro BOOST_NO_CXX11_HDR_ATOMIC
// This file should not compile, if it does then
// BOOST_NO_CXX11_ATOMIC_SMART_PTR should not be defined.
// BOOST_NO_CXX11_HDR_ATOMIC should not be defined.
// See file boost_no_cxx11_hdr_atomic.ipp for details
// Must not have BOOST_ASSERT_CONFIG set; it defeats

View File

@ -10,9 +10,9 @@
//
// Test file for macro BOOST_NO_CXX11_ATOMIC_SMART_PTR
// Test file for macro BOOST_NO_CXX11_HDR_ATOMIC
// This file should compile, if it does not then
// BOOST_NO_CXX11_ATOMIC_SMART_PTR should be defined.
// BOOST_NO_CXX11_HDR_ATOMIC should be defined.
// See file boost_no_cxx11_hdr_atomic.ipp for details
// Must not have BOOST_ASSERT_CONFIG set; it defeats