Merge pull request #906 from andrewbts/patch-1

Fix comment typo
This commit is contained in:
Dennis Luxen 2014-02-05 20:41:12 +01:00
commit cd6075a884

View File

@ -28,7 +28,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#ifndef SHARED_DATA_FACADE_H #ifndef SHARED_DATA_FACADE_H
#define SHARED_DATA_FACADE_H #define SHARED_DATA_FACADE_H
//implements all data storage when shared memory is _NOT_ used //implements all data storage when shared memory _IS_ used
#include <boost/make_shared.hpp> #include <boost/make_shared.hpp>
#include <boost/shared_ptr.hpp> #include <boost/shared_ptr.hpp>