]> 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, 6 Aug 2018 20:41:20 +0000 (23:41 +0300)
(fix of commit 147988d9)

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

README.md

index 68912b85eca23a2557ac51d2992f12fb0b094116..7a8f8e92f01dd5d206e4aee2a5dd9cc9fed0fac7 100644 (file)
--- 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.