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:
Gluttton
2020-07-01 23:38:22 +03:00
parent 9719fa19bc
commit d8a53c8476

View File

@@ -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
);