Fixed typo.
authorLang Hames <lhames@gmail.com>
Thu, 13 Oct 2011 23:04:49 +0000 (23:04 +0000)
committerLang Hames <lhames@gmail.com>
Thu, 13 Oct 2011 23:04:49 +0000 (23:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141906 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LangRef.html

index cedd0244ec790f9b37668fd7aacb3ac06b48daf7..3aad800d2afd85de5db03d6f8ecd34db475dac00 100644 (file)
@@ -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>