From b3d85fc2ddd7e5e7cd7da061c89109e60b03a36a Mon Sep 17 00:00:00 2001 From: Maik Klein Date: Tue, 3 Oct 2017 18:57:52 +0200 Subject: [PATCH] Typo in `librustc/README.md` --- 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 ========