summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2021-10-27 09:55:18 +0300
committerIvan Maidanski <ivmai@mail.ru>2021-10-27 09:55:18 +0300
commit6f3847902b547207c4dc2f7ff6a716c6a61d3413 (patch)
tree3d4ae6cb642ed05bd9045c86730e3738b5f9d81f
parent302673fc4fcb4fa30cdb708c4e398747168cf484 (diff)
downloadlibatomic_ops-6f3847902b547207c4dc2f7ff6a716c6a61d3413.tar.gz
Fix text formatting (missing space) in README_win32.txt
* doc/README_win32.txt: Add a space in the list (after "atomic_ops").
-rw-r--r--doc/README_win32.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README_win32.txt b/doc/README_win32.txt
index ef68b76..b2558c4 100644
--- a/doc/README_win32.txt
+++ b/doc/README_win32.txt
@@ -11,7 +11,7 @@ and run some tests.
pieces from the resulting src directory contents:
"atomic_ops.h" - Header file defining low-level primitives. This
includes files from the following folder.
- "atomic_ops"- Subdirectory containing implementation header files.
+ "atomic_ops" - Subdirectory containing implementation header files.
"atomic_ops_stack.h" - Header file describing almost lock-free stack.
"atomic_ops_malloc.h" - Header file describing almost lock-free malloc.
"libatomic_ops_gpl.lib" - Library containing implementation of the