about summary refs log tree commit diff
diff options
context:
space:
mode:
authorkud1ing <github@kudling.de>2013-04-10 09:01:15 +0300
committerkud1ing <github@kudling.de>2013-04-10 09:01:15 +0300
commit0fea2bd8a110bba08964ec3b050e18505a06e21a (patch)
treee4cbc364e870c61a9673e00f613c9235ce533f8d
parent6100bb5cba90091510298a314d1f48ede880367f (diff)
downloadrust-0fea2bd8a110bba08964ec3b050e18505a06e21a.tar.gz
rust-0fea2bd8a110bba08964ec3b050e18505a06e21a.zip
README: "driver/rust.rs" => "rust.rc"
-rw-r--r--src/librustc/README.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc/README.txt b/src/librustc/README.txt
index 9ac35aa4448..487a7927d27 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