summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2011-09-11 15:30:08 +0000
committerNick Lewycky <nicholas@mxc.ca>2011-09-11 15:30:08 +0000
commit5366ca4e06fc00efb3ce7d0841c4c66789fbddeb (patch)
tree40816e02dd742cbc60d42fa279229eb5426a1dff /docs
parentfbad25e12073e2cbe192b2c4cc4f0bbb26148c9c (diff)
downloadllvm-5366ca4e06fc00efb3ce7d0841c4c66789fbddeb.tar.gz
llvm-5366ca4e06fc00efb3ce7d0841c4c66789fbddeb.tar.bz2
llvm-5366ca4e06fc00efb3ce7d0841c4c66789fbddeb.tar.xz
Fix verb tense agreement.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139480 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/Atomics.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Atomics.html b/docs/Atomics.html
index d4a3795b9d..9d9bdacd9b 100644
--- a/docs/Atomics.html
+++ b/docs/Atomics.html
@@ -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>