From e54d0fa5d262a7ba6932e5ede7293c607e571e2e Mon Sep 17 00:00:00 2001 From: Michael Stum Date: Mon, 27 Jan 2014 23:04:19 -0800 Subject: [PATCH] Chapter 2 typos --- src/chapter-02.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/chapter-02.md b/src/chapter-02.md index 5143edb..c283050 100644 --- a/src/chapter-02.md +++ b/src/chapter-02.md @@ -293,7 +293,7 @@ all the more so given that compilers are constrained by the limitations of high-level languages and by the process of transformation from high-level to machine language. Consequently, carefully optimized assembly is not just the language of choice but the *only* choice for -the 1percent to 10 percent of code—usually consisting of small, +the 1 percent to 10 percent of code—usually consisting of small, well-defined subroutines—that determines overall program performance, and it is the only choice for code that must be as compact as possible, as well. In the run-of-the-mill, non-time-critical portions of your