summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2011-12-09 02:00:44 +0000
committerChad Rosier <mcrosier@apple.com>2011-12-09 02:00:44 +0000
commit85f5a1ae396880b5f0c4b344217ab3ce6dc70b28 (patch)
treee3ea9db4762019857435a236af0ff057f495ae05
parent6df7e23f0c9e9e4aa5560f3b0ecb2bb7d53f7d81 (diff)
downloadllvm-85f5a1ae396880b5f0c4b344217ab3ce6dc70b28.tar.gz
llvm-85f5a1ae396880b5f0c4b344217ab3ce6dc70b28.tar.bz2
llvm-85f5a1ae396880b5f0c4b344217ab3ce6dc70b28.tar.xz
Typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146234 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/LangRef.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html
index 5eb91feb41..fe81352f4f 100644
--- a/docs/LangRef.html
+++ b/docs/LangRef.html
@@ -3402,7 +3402,7 @@ IfUnequal:
<i><a href="ExceptionHandling.html#overview">landing pad</a></i> for the
exception. As such, '<tt>exception</tt>' label is required to have the
"<a href="#i_landingpad"><tt>landingpad</tt></a>" instruction, which contains
- the information about about the behavior of the program after unwinding
+ the information about the behavior of the program after unwinding
happens, as its first non-PHI instruction. The restrictions on the
"<tt>landingpad</tt>" instruction's tightly couples it to the
"<tt>invoke</tt>" instruction, so that the important information contained