Skip to content

Commit

Permalink
Fix comment typo
Browse files Browse the repository at this point in the history
SharedDataFacade.h is for the shared memory case; old comment implied the opposite.
  • Loading branch information
andrewbts committed Feb 5, 2014
1 parent fbbd6ca commit 1da3a00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Server/DataStructures/SharedDataFacade.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 1da3a00

Please sign in to comment.