about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2017-01-29 09:05:53 +0000
committerbors <bors@rust-lang.org>2017-01-29 09:05:53 +0000
commit4be49e1937e25cc9c78d7758e095046563052dec (patch)
treebb1f938ca0bb7acc8664d7f755a76d63eabf37cc /src
parentb37edea656d7dc2e547eeaf1a56fda9254518934 (diff)
parent7e73884941b64625417faa20135d84c68b07c18a (diff)
downloadrust-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.rs2
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".
 //!