From 977adddc0ac04f4cc0b56f9e6010bff46a3fbf14 Mon Sep 17 00:00:00 2001 From: ranma42 Date: Tue, 15 Nov 2016 15:35:00 +0100 Subject: [PATCH] Fix some typos in the Language Reference --- docs/langref.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/langref.rst b/docs/langref.rst index a9d5ac4c96..40cc65dbe3 100644 --- a/docs/langref.rst +++ b/docs/langref.rst @@ -913,8 +913,8 @@ Glossary through to the following instructions in the block, but only the first instruction in the EBB can be a branch target. - The last instrution in an EBB must be a :term:`terminator instruction`, - so execion cannot flow through to the next EBB in the function. (But + The last instruction in an EBB must be a :term:`terminator instruction`, + so execution cannot flow through to the next EBB in the function. (But there may be a branch to the next EBB.) Note that some textbooks define an EBB as a maximal *subtree* in the