Skip to content

Commit 4be49e1

Browse files
committed
Auto merge of #39378 - jtxx000:master, r=eddyb
Fix typo in librustc_trans/collector.rs
2 parents b37edea + 7e73884 commit 4be49e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_trans/collector.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
//! the LLVM artifact produced for A references the LLVM artifact produced
5353
//! for B.
5454
//!
55-
//! - Translation items and the references between them for a directed graph,
55+
//! - Translation items and the references between them form a directed graph,
5656
//! where the translation items are the nodes and references form the edges.
5757
//! Let's call this graph the "translation item graph".
5858
//!

0 commit comments

Comments
 (0)