diff options
| author | Tim Northover <tnorthover@apple.com> | 2014-06-13 14:24:16 +0000 |
|---|---|---|
| committer | Tim Northover <tnorthover@apple.com> | 2014-06-13 14:24:16 +0000 |
| commit | 1dcc9f90ed1f4a39ebae91667e19d00ae8322671 (patch) | |
| tree | 9a055103c77128684000e711e2c872a90507c3a2 /llvm/docs/LangRef.rst | |
| parent | 420a216817def01816186910a2e35885c9201951 (diff) | |
| download | bcm5719-llvm-1dcc9f90ed1f4a39ebae91667e19d00ae8322671.tar.gz bcm5719-llvm-1dcc9f90ed1f4a39ebae91667e19d00ae8322671.zip | |
Docs: fix grammar error in description
llvm-svn: 210904
Diffstat (limited to 'llvm/docs/LangRef.rst')
| -rw-r--r-- | llvm/docs/LangRef.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst index 8958505e9d5..80bcb53a829 100644 --- a/llvm/docs/LangRef.rst +++ b/llvm/docs/LangRef.rst @@ -5083,10 +5083,10 @@ to modify the number or order of execution of this ``cmpxchg`` with other :ref:`volatile operations <volatile>`. The success and failure :ref:`ordering <ordering>` arguments specify how this -``cmpxchg`` synchronizes with other atomic operations. The both ordering -parameters must be at least ``monotonic``, the ordering constraint on failure -must be no stronger than that on success, and the failure ordering cannot be -either ``release`` or ``acq_rel``. +``cmpxchg`` synchronizes with other atomic operations. Both ordering parameters +must be at least ``monotonic``, the ordering constraint on failure must be no +stronger than that on success, and the failure ordering cannot be either +``release`` or ``acq_rel``. The optional "``singlethread``" argument declares that the ``cmpxchg`` is only atomic with respect to code (usually signal handlers) running in |

