From 6944bc473594c688cdd75f7d138f0005fbdb010e Mon Sep 17 00:00:00 2001 From: Chris Fallin Date: Fri, 18 Jun 2021 15:24:11 -0700 Subject: [PATCH] Fix typo (thanks @bjorn3). Co-authored-by: bjorn3 --- doc/DESIGN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/DESIGN.md b/doc/DESIGN.md index c55887a..32b207d 100644 --- a/doc/DESIGN.md +++ b/doc/DESIGN.md @@ -42,7 +42,7 @@ the client ("swap"), but we have not pursued this. The allocator operates on an input program that is in a standard CFG representation: the function body is a list of basic blocks, and each -block has a list of insructions and zero or more successors. The +block has a list of instructions and zero or more successors. The allocator also requires the client to provide predecessors for each block, and these must be consistent with the successor lists.