consistent doc wording

This commit is contained in:
king6cong 2017-01-17 11:32:13 +08:00
parent 4ce7accaa7
commit 5a462e8a68

View File

@ -56,7 +56,7 @@ pub struct DepGraphThreadData {
// current buffer, where we accumulate messages
messages: VecCell<DepMessage>,
// whence to receive new buffer when full
// where to receive new buffer when full
swap_in: Receiver<Vec<DepMessage>>,
// where to send buffer when full