From 9e9745b3550c1c0c6e4502e570c3b81a4bb1ebf4 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Sat, 30 Nov 2013 20:59:14 +0100 Subject: [PATCH] vm.texi tweak * doc/ref/vm.texi (Why a VM?): Small tense tweak. --- doc/ref/vm.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ref/vm.texi b/doc/ref/vm.texi index a4f47e242..3f81f3883 100644 --- a/doc/ref/vm.texi +++ b/doc/ref/vm.texi @@ -38,7 +38,7 @@ operated directly on the S-expression representation of Scheme source code. But while the interpreter was highly optimized and hand-tuned, it still -performs many needless computations during the course of evaluating an +performed many needless computations during the course of evaluating an expression. For example, application of a function to arguments needlessly consed up the arguments in a list. Evaluation of an expression always had to figure out what the car of the expression is --