summaryrefslogtreecommitdiffstats
path: root/llvm/docs/Atomics.rst
diff options
context:
space:
mode:
authorSylvestre Ledru <sylvestre@debian.org>2016-07-02 19:28:40 +0000
committerSylvestre Ledru <sylvestre@debian.org>2016-07-02 19:28:40 +0000
commit7d5405069d4c40223405f56bf1c0e1460ddb573b (patch)
tree86e703b9611b344ad57f020b9874b1735063b027 /llvm/docs/Atomics.rst
parent72052f6de98c8c3ffe8969d45987b7580c3f5b40 (diff)
downloadbcm5719-llvm-7d5405069d4c40223405f56bf1c0e1460ddb573b.tar.gz
bcm5719-llvm-7d5405069d4c40223405f56bf1c0e1460ddb573b.zip
fix some various typos in the doc
llvm-svn: 274449
Diffstat (limited to 'llvm/docs/Atomics.rst')
-rw-r--r--llvm/docs/Atomics.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/Atomics.rst b/llvm/docs/Atomics.rst
index def927d2a20..4961348d0c9 100644
--- a/llvm/docs/Atomics.rst
+++ b/llvm/docs/Atomics.rst
@@ -578,7 +578,7 @@ runtime support library.
LLVM will emit a call to an appropriate ``__sync_*`` routine if the target
ISelLowering code has set the corresponding ``ATOMIC_CMPXCHG``, ``ATOMIC_SWAP``,
or ``ATOMIC_LOAD_*`` operation to "Expand", and if it has opted-into the
-availablity of those library functions via a call to ``initSyncLibcalls()``.
+availability of those library functions via a call to ``initSyncLibcalls()``.
The full set of functions that may be called by LLVM is (for ``N`` being 1, 2,
4, 8, or 16)::
OpenPOWER on IntegriCloud