From 9ea740c326178a31c061019b25b825d3908e74b3 Mon Sep 17 00:00:00 2001 From: greg Date: Tue, 3 Oct 2017 23:48:14 -0700 Subject: [PATCH] Correct typo in README linke -> linked --- src/librustc/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/librustc/README.md b/src/librustc/README.md index 87de284d011b3..3ac2949b83e46 100644 --- a/src/librustc/README.md +++ b/src/librustc/README.md @@ -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 ========