Typo in librustc/README.md

This commit is contained in:
Maik Klein 2017-10-03 18:57:52 +02:00 committed by GitHub
parent 8891044e89
commit b3d85fc2dd

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
========