From 7e73884941b64625417faa20135d84c68b07c18a Mon Sep 17 00:00:00 2001 From: Caleb Reach Date: Sat, 28 Jan 2017 23:01:22 -0500 Subject: [PATCH] Fix typo in librustc_trans/collector.rs --- src/librustc_trans/collector.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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". //!