diff options
| author | bors <bors@rust-lang.org> | 2017-01-29 09:05:53 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2017-01-29 09:05:53 +0000 |
| commit | 4be49e1937e25cc9c78d7758e095046563052dec (patch) | |
| tree | bb1f938ca0bb7acc8664d7f755a76d63eabf37cc /src | |
| parent | b37edea656d7dc2e547eeaf1a56fda9254518934 (diff) | |
| parent | 7e73884941b64625417faa20135d84c68b07c18a (diff) | |
| download | rust-4be49e1937e25cc9c78d7758e095046563052dec.tar.gz rust-4be49e1937e25cc9c78d7758e095046563052dec.zip | |
Auto merge of #39378 - jtxx000:master, r=eddyb
Fix typo in librustc_trans/collector.rs
Diffstat (limited to 'src')
| -rw-r--r-- | src/librustc_trans/collector.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_trans/collector.rs b/src/librustc_trans/collector.rs index d30766dc539..fa8bad5807a 100644 --- a/src/librustc_trans/collector.rs +++ b/src/librustc_trans/collector.rs @@ -52,7 +52,7 @@ //! the LLVM artifact produced for A references the LLVM artifact produced //! for B. //! -//! - Translation items and the references between them for a directed graph, +//! - Translation items and the references between them form a directed graph, //! where the translation items are the nodes and references form the edges. //! Let's call this graph the "translation item graph". //! |
