From 5a1f0f38632474ea204aaa502f07a394b4a82afd Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Sat, 5 Jan 2013 08:42:20 -0700 Subject: [PATCH] minor README correction --- src/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/README b/src/README index 419af23d6d..9b2eb52e11 100644 --- a/src/README +++ b/src/README @@ -100,7 +100,7 @@ Quick instructions: make install This will create an in-place installation of Racket and store the - results of C/C++ compilation in a separate "build" subdirectory, which + results of C compilation in a separate "build" subdirectory, which is useful if you need to update your sources, delete the build, and start from scratch.