about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMaik Klein <maikklein@googlemail.com>2017-10-03 18:57:52 +0200
committerGitHub <noreply@github.com>2017-10-03 18:57:52 +0200
commitb3d85fc2ddd7e5e7cd7da061c89109e60b03a36a (patch)
treea1e58f721628ec96279b6a52593085dc5c763fca
parent8891044e89a22eeed1fcea957140072c26fcc62e (diff)
downloadrust-b3d85fc2ddd7e5e7cd7da061c89109e60b03a36a.tar.gz
rust-b3d85fc2ddd7e5e7cd7da061c89109e60b03a36a.zip
Typo in `librustc/README.md`
-rw-r--r--src/librustc/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc/README.md b/src/librustc/README.md
index 87de284d011..3ac2949b83e 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
 ========