mirror of
https://github.com/boostorg/interprocess.git
synced 2026-01-19 04:12:13 +00:00
fix trivial typo in example's comment
Fix comment in accordance with the original type description from the: `boost/interprocess/creation_tags.hpp`. Signed-off-by: Gluttton <gluttton@ukr.net>
This commit is contained in:
@@ -20,7 +20,7 @@ int main ()
|
||||
try{
|
||||
//Open a message queue.
|
||||
message_queue mq
|
||||
(open_only //only create
|
||||
(open_only //only open
|
||||
,"message_queue" //name
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user