Skip to content

Commit

Permalink
Merge pull request #906 from andrewbts/patch-1
Browse files Browse the repository at this point in the history
Fix comment typo
  • Loading branch information
DennisOSRM committed Feb 5, 2014
2 parents fbbd6ca + 1da3a00 commit cd6075a
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 cd6075a

Please sign in to comment.