]> git.lizzy.rs Git - rust.git/commitdiff
Typo in `librustc/README.md`
authorMaik Klein <maikklein@googlemail.com>
Tue, 3 Oct 2017 16:57:52 +0000 (18:57 +0200)
committerGitHub <noreply@github.com>
Tue, 3 Oct 2017 16:57:52 +0000 (18:57 +0200)
src/librustc/README.md

index 87de284d011b3a0db99a96efbb3528f851856206..3ac2949b83e46fa74be882a84639efd3342b84f5 100644 (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
 ========