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