Browse Source

Fix some typos in the Language Reference

pull/3/head
ranma42 8 years ago
committed by Jakob Stoklund Olesen
parent
commit
977adddc0a
  1. 4
      docs/langref.rst

4
docs/langref.rst

@ -913,8 +913,8 @@ Glossary
through to the following instructions in the block, but only the first through to the following instructions in the block, but only the first
instruction in the EBB can be a branch target. instruction in the EBB can be a branch target.
The last instrution in an EBB must be a :term:`terminator instruction`, The last instruction in an EBB must be a :term:`terminator instruction`,
so execion cannot flow through to the next EBB in the function. (But so execution cannot flow through to the next EBB in the function. (But
there may be a branch to the next EBB.) there may be a branch to the next EBB.)
Note that some textbooks define an EBB as a maximal *subtree* in the Note that some textbooks define an EBB as a maximal *subtree* in the

Loading…
Cancel
Save