summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2021-10-27 09:55:18 +0300
committerIvan Maidanski <ivmai@mail.ru>2021-11-15 09:40:35 +0300
commitd18420d6c7fa7c6d8e5126f7faa55a8e4ef2e5d3 (patch)
tree8afde94adb8562be622e5537a17b7d40dc73322a
parentd3750bda571c7e9b699f67a6a07c141e5d09d593 (diff)
downloadlibatomic_ops-d18420d6c7fa7c6d8e5126f7faa55a8e4ef2e5d3.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