about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorIlija Tovilo <ilija.tovilo@me.com>2019-07-21 23:47:05 +0200
committerWho? Me?! <mark-i-m@users.noreply.github.com>2019-07-22 00:05:54 -0500
commitd464714712da9e3160d5c0647ca3c0d30ea85516 (patch)
tree7434940effe786ac21a1b43165fbbea3f0b698cc /src/doc/rustc-dev-guide
parent324327a178facaca143383776316f705085ac59b (diff)
Fix typo
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/closure.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/closure.md b/src/doc/rustc-dev-guide/src/closure.md
index 77f2b42c346..e73f2e168dc 100644
--- a/src/doc/rustc-dev-guide/src/closure.md
+++ b/src/doc/rustc-dev-guide/src/closure.md
@@ -140,7 +140,7 @@ declared in the file [`src/librustc/ty/mod.rs`][ty].
 [upvar]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_typeck/check/upvar/index.html
 [ty]:https://doc.rust-lang.org/nightly/nightly-rustc/rustc/ty/index.html
 
-Before we go any further, let's discuss how we can examine the flow of coontrol through the rustc
+Before we go any further, let's discuss how we can examine the flow of control through the rustc
 codebase. For closures specifically, set the `RUST_LOG` env variable as below and collect the
 output in a file: