diff options
Diffstat (limited to 'docs/LangRef.html')
-rw-r--r-- | docs/LangRef.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html index dfb0bd1d7e..8c5ba804c7 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -2369,11 +2369,11 @@ b: unreachable <a href="#terminators">terminator instruction</a> if the terminator instruction has multiple successors and the instruction is always executed when control transfers to one of the successors, and - may not be executed when control is transfered to another.</li> + may not be executed when control is transferred to another.</li> <li>Additionally, an instruction also <i>control-depends</i> on a terminator instruction if the set of instructions it otherwise depends on would be - different if the terminator had transfered control to a different + different if the terminator had transferred control to a different successor.</li> <li>Dependence is transitive.</li> |