We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ce7acc commit 5a462e8Copy full SHA for 5a462e8
src/librustc/dep_graph/thread.rs
@@ -56,7 +56,7 @@ pub struct DepGraphThreadData {
56
// current buffer, where we accumulate messages
57
messages: VecCell<DepMessage>,
58
59
- // whence to receive new buffer when full
+ // where to receive new buffer when full
60
swap_in: Receiver<Vec<DepMessage>>,
61
62
// where to send buffer when full
0 commit comments