From 482d79ef4b9a3fbf641175d1bf228fcd62aa4418 Mon Sep 17 00:00:00 2001 From: andrewbts Date: Wed, 5 Feb 2014 11:19:33 -0800 Subject: [PATCH] Fix comment typo SharedDataFacade.h is for the shared memory case; old comment implied the opposite. --- Server/DataStructures/SharedDataFacade.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Server/DataStructures/SharedDataFacade.h b/Server/DataStructures/SharedDataFacade.h index a4da328a4..0778eb06d 100644 --- a/Server/DataStructures/SharedDataFacade.h +++ b/Server/DataStructures/SharedDataFacade.h @@ -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 #include