]> granicus.if.org Git - libatomic_ops/commitdiff
Fix a typo in the overview section of README
authorIvan Maidanski <ivmai@mail.ru>
Mon, 2 Apr 2018 19:52:18 +0000 (22:52 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Mon, 2 Apr 2018 19:52:18 +0000 (22:52 +0300)
(fix of commit 147988d9)

* README.md (Overview): Fix typo ("a number of") in documentation.

README.md

index 51addf17329ab9d8add8a173d2a0767d65e516fe..fec3d2971ab013a85b809a109591b59f4ae62465 100644 (file)
--- 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.