Rollup merge of #45006 - MaikKlein:patch-2, r=nikomatsakis

Typo in `librustc/README.md`
This commit is contained in:
kennytm 2017-10-05 20:22:36 +08:00 committed by GitHub
commit 71fba531dc

View File

@ -153,7 +153,7 @@ take:
- LLVM then runs its various optimizations, which produces a number of `.o` files
(one for each "codegen unit").
6. **Linking**
- Finally, those `.o` files are linke together.
- Finally, those `.o` files are linked together.
Glossary
========