summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2011-08-08 07:58:58 +0000
committerBill Wendling <isanbard@gmail.com>2011-08-08 07:58:58 +0000
commit2905c3233504afcf40f52fc63a648c4c3a03ac41 (patch)
tree6af4411a68cd4d0b2af0a2c1cd25603253c5067e /docs
parentf4ef8db7cd71edabe424f9d5c7d3ee23ef9924d5 (diff)
downloadllvm-2905c3233504afcf40f52fc63a648c4c3a03ac41.tar.gz
llvm-2905c3233504afcf40f52fc63a648c4c3a03ac41.tar.bz2
llvm-2905c3233504afcf40f52fc63a648c4c3a03ac41.tar.xz
Fix typo found by John.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137040 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/LangRef.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html
index dd80658ff8..32fcba2352 100644
--- a/docs/LangRef.html
+++ b/docs/LangRef.html
@@ -6027,7 +6027,7 @@ freestanding environments and non-C-based languages.</p>
<p>The clauses are applied in order from top to bottom. If two
<tt>landingpad</tt> instructions are merged together through inlining, the
- clauses from the calling function are prepended to the list of clauses.</p>
+ clauses from the calling function are appended to the list of clauses.</p>
<p>The <tt>landingpad</tt> instruction has several restrictions:</p>