fixed typos
authorSanjay Patel <spatel@rotateright.com>
Fri, 4 Jul 2014 19:40:43 +0000 (19:40 +0000)
committerSanjay Patel <spatel@rotateright.com>
Fri, 4 Jul 2014 19:40:43 +0000 (19:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212355 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LangRef.rst

index 8d151c32334cd22ddd350dfe2bb3678141e96d2f..9886128b77d3fdbb0d69bfd739fc6369291d5dac 100644 (file)
@@ -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 executed <int_trampoline>`.
 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: