summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorSanjay Patel <spatel@rotateright.com>2014-07-04 19:40:43 +0000
committerSanjay Patel <spatel@rotateright.com>2014-07-04 19:40:43 +0000
commit69bf48eeb153b8f9346b1d0c6a347cb2f59d267e (patch)
treedca9e025ce1e238e7f0c59687496e8a5bec865d6 /llvm
parent089a317c6432f40d60dbe3ddd8b9c5e142b77970 (diff)
downloadbcm5719-llvm-69bf48eeb153b8f9346b1d0c6a347cb2f59d267e.tar.gz
bcm5719-llvm-69bf48eeb153b8f9346b1d0c6a347cb2f59d267e.zip
fixed typos
llvm-svn: 212355
Diffstat (limited to 'llvm')
-rw-r--r--llvm/docs/LangRef.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst
index 8d151c32334..9886128b77d 100644
--- a/llvm/docs/LangRef.rst
+++ b/llvm/docs/LangRef.rst
@@ -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:
OpenPOWER on IntegriCloud