Skip to content

Commit b7014ca

Browse files
authored
Minor documentation fix in managed_shared_memory.hpp
1 parent 45f1341 commit b7014ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/boost/interprocess/managed_shared_memory.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ typedef basic_managed_shared_memory
372372
fixed_managed_shared_memory;
373373

374374
//!Typedef for a default basic_managed_shared_memory
375-
//!of narrow characters to be placed in a fixed address
375+
//!of wide characters to be placed in a fixed address
376376
typedef basic_managed_shared_memory
377377
<wchar_t
378378
,rbtree_best_fit<mutex_family, void*>

0 commit comments

Comments
 (0)