From 0fea2bd8a110bba08964ec3b050e18505a06e21a Mon Sep 17 00:00:00 2001 From: kud1ing Date: Wed, 10 Apr 2013 09:01:15 +0300 Subject: [PATCH] README: "driver/rust.rs" => "rust.rc" --- src/librustc/README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/librustc/README.txt b/src/librustc/README.txt index 9ac35aa444877..487a7927d279d 100644 --- a/src/librustc/README.txt +++ b/src/librustc/README.txt @@ -75,7 +75,7 @@ The 3 central data structures: Control and information flow within the compiler: ------------------------------------------------- -- main() in driver/rustc.rs assumes control on startup. Options are +- main() in rustc.rc assumes control on startup. Options are parsed, platform is detected, etc. - libsyntax/parse/parser.rs parses the input files and produces an AST