From 5ba18d5c22dbe6e8f1cc6587b124bed985935a78 Mon Sep 17 00:00:00 2001 From: Laurent Ploix Date: Sat, 29 Oct 2022 10:42:01 +0200 Subject: [PATCH] Typo fix in performance Performance is better without typos --- 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.