summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2018-04-02 22:52:18 +0300
committerIvan Maidanski <ivmai@mail.ru>2018-08-06 23:41:20 +0300
commit49b76533f988f43071f49f8e67e427193c920664 (patch)
tree95bf7a91027fdf3cf622141718095439824c1cb8
parentb47aaafd061d1a2e79ee72b53b883634f0384558 (diff)
downloadlibatomic_ops-49b76533f988f43071f49f8e67e427193c920664.tar.gz
Fix a typo in the overview section of README
(fix of commit 147988d9) * README.md (Overview): Fix typo ("a number of") in documentation.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 68912b8..7a8f8e9 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ Also, the latest bug fixes and new features are available in the
## Overview
This package provides semi-portable access to hardware-provided
-atomic memory update operations on a number architectures. These might
+atomic memory update operations on a number of architectures. These might
allow you to write code:
* That does more interesting things in signal handlers.