Fix typo found by John.
authorBill Wendling <isanbard@gmail.com>
Mon, 8 Aug 2011 07:58:58 +0000 (07:58 +0000)
committerBill Wendling <isanbard@gmail.com>
Mon, 8 Aug 2011 07:58:58 +0000 (07:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137040 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LangRef.html

index dd80658ff8d789acac0ed2c4b65bf20fe8f9847d..32fcba23529fed062da8c228a76bea9068dbafdc 100644 (file)
@@ -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>