[llvm] r212355 - fixed typos

Sanjay Patel spatel at rotateright.com
Fri Jul 4 12:40:44 PDT 2014


Author: spatel
Date: Fri Jul  4 14:40:43 2014
New Revision: 212355

URL: http://llvm.org/viewvc/llvm-project?rev=212355&view=rev
Log:
fixed typos

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=212355&r1=212354&r2=212355&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.rst (original)
+++ llvm/trunk/docs/LangRef.rst Fri Jul  4 14:40:43 2014
@@ -8842,7 +8842,7 @@ Semantics:
 """"""""""
 
 On some architectures the address of the code to be executed needs to be
-different to the address where the trampoline is actually stored. This
+different than the address where the trampoline is actually stored. This
 intrinsic returns the executable address corresponding to ``tramp``
 after performing the required machine specific adjustments. The pointer
 returned can then be :ref:`bitcast and executed <int_trampoline>`.
@@ -8850,7 +8850,7 @@ returned can then be :ref:`bitcast and e
 Memory Use Markers
 ------------------
 
-This class of intrinsics exists to information about the lifetime of
+This class of intrinsics provides information about the lifetime of
 memory objects and ranges where variables are immutable.
 
 .. _int_lifestart:





More information about the llvm-commits mailing list