From 9375931f0acf76d9bd1d266176b7c99de0ccfb6d Mon Sep 17 00:00:00 2001 From: Jan-Erik Rediger Date: Fri, 28 Mar 2014 14:12:31 +0100 Subject: [PATCH] Fix a typo in doc/README.txt (remove redundant "an" article) (Apply commit 50beacd from 'master' branch.) --- doc/README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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_ is available on the -- 2.50.1