]> git.lizzy.rs Git - rust.git/commitdiff
Correct the entry point in librustc/README.md
authorNicholas <npmazzuca@gmail.com>
Tue, 28 Apr 2015 21:40:03 +0000 (14:40 -0700)
committerNicholas <npmazzuca@gmail.com>
Tue, 28 Apr 2015 21:40:03 +0000 (14:40 -0700)
src/librustc/README.md

index 31812e19aee86d4c90bff5c5ad55a6aee9784cff..2ef9dfd4da8dae56fff54612e90165a321bb0c27 100644 (file)
@@ -71,7 +71,7 @@ The rustc crate itself consists of the following submodules
 - util: ubiquitous types and helper functions
 - lib: bindings to LLVM
 
-The entry-point for the compiler is main() in the librustc_trans
+The entry-point for the compiler is main() in the librustc_driver
 crate.
 
 The 3 central data structures: