$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r62947 - sandbox/SOC/2010/bit_masks/boost/integer/details
From: bbartmanboost_at_[hidden]
Date: 2010-06-14 14:53:21
Author: bbartman
Date: 2010-06-14 14:53:20 EDT (Mon, 14 Jun 2010)
New Revision: 62947
URL: http://svn.boost.org/trac/boost/changeset/62947
Log:
fixing minor typo in my ifndef statment
Text files modified: 
   sandbox/SOC/2010/bit_masks/boost/integer/details/arbitrary_twos_complement.hpp |     4 ++--                                    
   1 files changed, 2 insertions(+), 2 deletions(-)
Modified: sandbox/SOC/2010/bit_masks/boost/integer/details/arbitrary_twos_complement.hpp
==============================================================================
--- sandbox/SOC/2010/bit_masks/boost/integer/details/arbitrary_twos_complement.hpp	(original)
+++ sandbox/SOC/2010/bit_masks/boost/integer/details/arbitrary_twos_complement.hpp	2010-06-14 14:53:20 EDT (Mon, 14 Jun 2010)
@@ -3,8 +3,8 @@
 //  (See accompanying file LICENSE_1_0.txt or copy at 
 //  http://www.boost.org/LICENSE_1_0.txt)
 
-#ifndef BOOST_ARBITRART_TWOS_COMPLEMENT_HPP
-#define BOOST_ARBITRART_TWOS_COMPLEMENT_HPP
+#ifndef BOOST_ARBITRARY_TWOS_COMPLEMENT_HPP
+#define BOOST_ARBITRARY_TWOS_COMPLEMENT_HPP
 
 #include <boost/static_assert.hpp>
 #include <boost/integer/bits_mask.hpp>