From 462101feb5d7191551453a19cb938f5a747afaba Mon Sep 17 00:00:00 2001 From: Daniel Giger Date: Tue, 18 May 2021 12:48:06 -0400 Subject: [PATCH] Fix Typo --- plan.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plan.md b/plan.md index 07449d9..9ec276f 100644 --- a/plan.md +++ b/plan.md @@ -42,7 +42,7 @@ Stage two will be characterized by lots of "tweaks", rather than any "headline" The planned improvements include: * Improved performance for integers of less than one machine word. -* Improved peformance for binary operators. +* Improved performance for binary operators. * Faster calls and returns, through better handling of frames. * Better object memory layout and reduced memory management overhead. * Zero overhead exception handling.