Fix minor typo.

llvm-svn: 137177
This commit is contained in:
Eli Friedman 2011-08-09 23:26:12 +00:00
parent 62faf296dd
commit 306aa10c47

View File

@ -1586,7 +1586,7 @@ as if it writes to the relevant surrounding bytes.
<a href="#i_atomicrmw"><code>atomicrmw</code></a>, <a href="#i_atomicrmw"><code>atomicrmw</code></a>,
<a href="#i_fence"><code>fence</code></a>, <a href="#i_fence"><code>fence</code></a>,
<a href="#i_load"><code>atomic load</code></a>, and <a href="#i_load"><code>atomic load</code></a>, and
<a href="#i_load"><code>atomic store</code></a>) take an ordering parameter <a href="#i_store"><code>atomic store</code></a>) take an ordering parameter
that determines which other atomic instructions on the same address they that determines which other atomic instructions on the same address they
<i>synchronize with</i>. These semantics are borrowed from Java and C++0x, <i>synchronize with</i>. These semantics are borrowed from Java and C++0x,
but are somewhat more colloquial. If these descriptions aren't precise enough, but are somewhat more colloquial. If these descriptions aren't precise enough,