[llvm] r210904 - Docs: fix grammar error in description

Tim Northover tnorthover at apple.com
Fri Jun 13 07:24:16 PDT 2014


Author: tnorthover
Date: Fri Jun 13 09:24:16 2014
New Revision: 210904

URL: http://llvm.org/viewvc/llvm-project?rev=210904&view=rev
Log:
Docs: fix grammar error in description

Modified:
    llvm/trunk/docs/LangRef.rst

Modified: llvm/trunk/docs/LangRef.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LangRef.rst?rev=210904&r1=210903&r2=210904&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.rst (original)
+++ llvm/trunk/docs/LangRef.rst Fri Jun 13 09:24:16 2014
@@ -5083,10 +5083,10 @@ to modify the number or order of executi
 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





More information about the llvm-commits mailing list