summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2018-04-02 22:52:18 +0300
committerIvan Maidanski <ivmai@mail.ru>2018-04-02 22:52:18 +0300
commit0b6da86925e776e0750878421fdb2a590e44b280 (patch)
tree650bda3cd02dd5f9879e8874e8de7eb9acd0ed40 /README.md
parent759fa976432e4f09b4a436774fff7119da050042 (diff)
downloadlibatomic_ops-0b6da86925e776e0750878421fdb2a590e44b280.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.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 51addf1..fec3d29 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,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.