Skip to content

Commit 5a462e8

Browse files
committed
consistent doc wording
1 parent 4ce7acc commit 5a462e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/dep_graph/thread.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ pub struct DepGraphThreadData {
5656
// current buffer, where we accumulate messages
5757
messages: VecCell<DepMessage>,
5858

59-
// whence to receive new buffer when full
59+
// where to receive new buffer when full
6060
swap_in: Receiver<Vec<DepMessage>>,
6161

6262
// where to send buffer when full

0 commit comments

Comments
 (0)