From 8fa281a471d75641d75e99a017c2e4dd66bab956 Mon Sep 17 00:00:00 2001 From: Eli Friedman Date: Tue, 9 Aug 2011 23:26:12 +0000 Subject: Fix minor typo. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137177 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/LangRef.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/LangRef.html b/docs/LangRef.html index 530be57d75..583ef83f1c 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, -- cgit v1.2.3