Auto merge of #39378 - jtxx000:master, r=eddyb
Fix typo in librustc_trans/collector.rs
This commit is contained in:
commit
4be49e1937
1 changed files with 1 additions and 1 deletions
|
@ -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".
|
||||
//!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue