Fix comment typo

SharedDataFacade.h is for the shared memory case; old comment implied the opposite.
This commit is contained in:
andrewbts 2014-02-05 11:19:33 -08:00 committed by Dennis Luxen
parent 6bdd517c43
commit 482d79ef4b

View File

@ -28,7 +28,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#ifndef 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/shared_ptr.hpp>