summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLang Hames <lhames@gmail.com>2011-10-13 23:04:49 +0000
committerLang Hames <lhames@gmail.com>2011-10-13 23:04:49 +0000
commit87d5cb81fb8a6947d8735b50480689f68e2b2381 (patch)
tree9cb645af5f9666d8e6ddb3df84682c7ceb246001 /docs
parent90406e18b8590d9588a76b849937d643dd3dc8b5 (diff)
downloadllvm-87d5cb81fb8a6947d8735b50480689f68e2b2381.tar.gz
llvm-87d5cb81fb8a6947d8735b50480689f68e2b2381.tar.bz2
llvm-87d5cb81fb8a6947d8735b50480689f68e2b2381.tar.xz
Fixed typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141906 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 cedd0244ec..3aad800d2a 100644
--- a/docs/LangRef.html
+++ b/docs/LangRef.html
@@ -2580,7 +2580,7 @@ b: unreachable
</ul>
<p>Whenever a trap value is generated, all values which depend on it evaluate
- to trap. If they have side effects, the evoke their side effects as if each
+ to trap. If they have side effects, they evoke their side effects as if each
operand with a trap value were undef. If they have externally-visible side
effects, the behavior is undefined.</p>