Fix comment typo
SharedDataFacade.h is for the shared memory case; old comment implied the opposite.
This commit is contained in:
		
							parent
							
								
									fbbd6caf97
								
							
						
					
					
						commit
						1da3a00b92
					
				| @ -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> | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user