aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-04-28 00:36:01 +0000
committerDan Gohman <gohman@apple.com>2010-04-28 00:36:01 +0000
commit1c70c00c285083b335ab7518917dac27bc282f24 (patch)
treee461d57bf64cc181262216aeee655a88e90b8b12 /docs
parent5a6a65be468b23fb345211658d935a297fc29245 (diff)
downloadexternal_llvm-1c70c00c285083b335ab7518917dac27bc282f24.zip
external_llvm-1c70c00c285083b335ab7518917dac27bc282f24.tar.gz
external_llvm-1c70c00c285083b335ab7518917dac27bc282f24.tar.bz2
Fix spelling errors.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102478 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/LangRef.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html
index 02b249b..f828b38 100644
--- a/docs/LangRef.html
+++ b/docs/LangRef.html
@@ -1303,7 +1303,7 @@ target datalayout = "<i>layout specification</i>"
</dl>
<p>When constructing the data layout for a given target, LLVM starts with a
- default set of specifications which are then (possibly) overriden by the
+ default set of specifications which are then (possibly) overridden by the
specifications in the <tt>datalayout</tt> keyword. The default specifications
are given in this list:</p>
@@ -2638,7 +2638,7 @@ call void asm alignstack "eieio", ""()
attached to it that contains a constant integer. If present, the code
generator will use the integer as the location cookie value when report
errors through the LLVMContext error reporting mechanisms. This allows a
- front-end to corrolate backend errors that occur with inline asm back to the
+ front-end to correlate backend errors that occur with inline asm back to the
source code that produced it. For example:</p>
<div class="doc_code">