aboutsummaryrefslogtreecommitdiffstats
path: root/docs/LangRef.rst
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2013-10-29 17:53:27 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2013-10-29 17:53:27 +0000
commitd59761480e6ecae6e4aff28ae1ecad45845b8c0b (patch)
treebf4a86e712be4f1ea34bb9dea16e60cf17260356 /docs/LangRef.rst
parent93cf0939f95b3d580d9c05375a7c84164e1ba72e (diff)
downloadexternal_llvm-d59761480e6ecae6e4aff28ae1ecad45845b8c0b.zip
external_llvm-d59761480e6ecae6e4aff28ae1ecad45845b8c0b.tar.gz
external_llvm-d59761480e6ecae6e4aff28ae1ecad45845b8c0b.tar.bz2
Fix common typos in the docs.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193632 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/LangRef.rst')
-rw-r--r--docs/LangRef.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LangRef.rst b/docs/LangRef.rst
index 965858c..a8f3cee 100644
--- a/docs/LangRef.rst
+++ b/docs/LangRef.rst
@@ -8818,7 +8818,7 @@ level without an intrinsic, one would need to create additional basic blocks to
handle the success/failure cases. This makes it difficult to stop the stack
protector check from disrupting sibling tail calls in Codegen. With this
intrinsic, we are able to generate the stack protector basic blocks late in
-codegen after the tail call decision has occured.
+codegen after the tail call decision has occurred.
'``llvm.objectsize``' Intrinsic
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^