diff --git a/src/librustc/README.txt b/src/librustc/README.txt index e79ee7fa6477b..697dddca74fb1 100644 --- a/src/librustc/README.txt +++ b/src/librustc/README.txt @@ -68,7 +68,7 @@ util - ubiquitous types and helper functions lib - bindings to LLVM The entry-point for the compiler is main() in the librustc_trans -crate. But the +crate. The 3 central data structures: ------------------------------