Fix verb tense agreement.
[oota-llvm.git] / docs / Atomics.html
index d4a3795b9dfecb7ce6eb21a1f4eb2e3adc71203a..9d9bdacd9bb25c6f0fc6a1606cbfd6aa6f3cb5b9 100644 (file)
@@ -308,7 +308,7 @@ void f(int* a) {
       which would make those optimizations useful.</dd>
   <dt>Notes for code generation</dt>
   <dd>Code generation is essentially the same as that for unordered for loads
-     and stores.  No fences is required.  <code>cmpxchg</code> and 
+     and stores.  No fences are required.  <code>cmpxchg</code> and 
      <code>atomicrmw</code> are required to appear as a single operation.</dd>
 </dl>