diff options
| author | Maik Klein <maikklein@googlemail.com> | 2017-10-03 18:57:52 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-10-03 18:57:52 +0200 |
| commit | b3d85fc2ddd7e5e7cd7da061c89109e60b03a36a (patch) | |
| tree | a1e58f721628ec96279b6a52593085dc5c763fca | |
| parent | 8891044e89a22eeed1fcea957140072c26fcc62e (diff) | |
| download | rust-b3d85fc2ddd7e5e7cd7da061c89109e60b03a36a.tar.gz rust-b3d85fc2ddd7e5e7cd7da061c89109e60b03a36a.zip | |
Typo in `librustc/README.md`
| -rw-r--r-- | src/librustc/README.md | 2 |
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 ======== |
