about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorWho? Me?! <mark-i-m@users.noreply.github.com>2019-11-12 13:36:12 -0600
committerWho? Me?! <mark-i-m@users.noreply.github.com>2019-11-14 13:08:20 -0600
commit13d0eabc63958f7438330c268b478538f047716f (patch)
treeca1d3092a6a88a1a91162b42c00e1994c0df8e40 /src/doc/rustc-dev-guide
parentf583948e83a0fee0f0f850808a0e1785810896ab (diff)
downloadrust-13d0eabc63958f7438330c268b478538f047716f.tar.gz
rust-13d0eabc63958f7438330c268b478538f047716f.zip
typo
Co-Authored-By: Yuki Okushi <huyuumi.dev@gmail.com>
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/mir/optimizations.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/mir/optimizations.md b/src/doc/rustc-dev-guide/src/mir/optimizations.md
index cb60af1af86..d32f508133a 100644
--- a/src/doc/rustc-dev-guide/src/mir/optimizations.md
+++ b/src/doc/rustc-dev-guide/src/mir/optimizations.md
@@ -1,7 +1,7 @@
 # MIR optimizations
 
 MIR optimizations are optimizations run on the [MIR][mir] to produce better MIR
-before codegen. This is important for two reasons: first, it make the final
+before codegen. This is important for two reasons: first, it makes the final
 generated executable code better, and second, it means that LLVM has less work
 to do, so compilation is faster. Note that since MIR is generic (not
 [monomorphized][monomorph] yet), these optimizations are particularly