From 77e00b3cd243a2c2bd030eaa3ede79f050f0629d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Tue, 25 Nov 2025 22:37:41 +0100 Subject: [PATCH] Fix typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2b90e7e..4f83b29 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Boost.Container +Boost.Interprocess ========== Boost.Interprocess simplifies the use of common interprocess communication and synchronization mechanisms and offers a wide range of them: @@ -14,7 +14,7 @@ Boost.Interprocess simplifies the use of common interprocess communication and s * Message queues. Also offers higher-level interprocess mechanisms to dynamically allocate portions of a shared memory or a memory mapped file. -Using these mechanisms, it offers useful tools to construct C++ objects, including STL-like containers, in shared memory and memory mapped files +Using these mechanisms, it offers useful tools to construct C++ objects, including STL-like containers, in shared memory and memory mapped files. ### License