Skip to content

Commit b2a38c3

Browse files
committed
Correct the entry point in librustc/README.md
1 parent 441b3f0 commit b2a38c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ The rustc crate itself consists of the following submodules
7171
- util: ubiquitous types and helper functions
7272
- lib: bindings to LLVM
7373

74-
The entry-point for the compiler is main() in the librustc_trans
74+
The entry-point for the compiler is main() in the librustc_driver
7575
crate.
7676

7777
The 3 central data structures:

0 commit comments

Comments
 (0)