From: Eli Friedman Date: Tue, 9 Aug 2011 23:26:12 +0000 (+0000) Subject: Fix minor typo. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=8fa281a471d75641d75e99a017c2e4dd66bab956;p=oota-llvm.git Fix minor typo. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137177 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/LangRef.html b/docs/LangRef.html index 530be57d75a..583ef83f1c8 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -1586,7 +1586,7 @@ as if it writes to the relevant surrounding bytes. atomicrmw, fence, atomic load, and -atomic store) take an ordering parameter +atomic store) take an ordering parameter that determines which other atomic instructions on the same address they synchronize with. These semantics are borrowed from Java and C++0x, but are somewhat more colloquial. If these descriptions aren't precise enough,