Correct the entry point in librustc/README.md

This commit is contained in:
Nicholas 2015-04-28 14:40:03 -07:00
parent 441b3f0c26
commit b2a38c3b91

View 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: