Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Unity-Technologies/libatomic_ops.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Erik Rediger <badboy@archlinux.us>2014-03-28 17:12:31 +0400
committerIvan Maidanski <ivmai@mail.ru>2014-05-02 11:00:11 +0400
commit9375931f0acf76d9bd1d266176b7c99de0ccfb6d (patch)
tree6130a0f06c61b9e82234053cfb293b077758e02b
parent8c9da2d53a6aff6b6956116e041a2bcf93d51db5 (diff)
Fix a typo in doc/README.txt (remove redundant "an" article)
(Apply commit 50beacd from 'master' branch.)
-rw-r--r--doc/README.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.txt b/doc/README.txt
index 0047092..b06f6a6 100644
--- a/doc/README.txt
+++ b/doc/README.txt
@@ -180,7 +180,7 @@ _dd_acquire_read: Ordered with respect to later reads that are data
dependencies force the hardware to execute the code
serially.)
-We assume that if a store is data-dependent on an a previous load, then
+We assume that if a store is data-dependent on a previous load, then
the two are always implicitly ordered.
It is possible to test whether AO_<op><barrier> is available on the