From 5a462e8a682ca7fd3ccff45f419a2fec4b75fd64 Mon Sep 17 00:00:00 2001 From: king6cong Date: Tue, 17 Jan 2017 11:32:13 +0800 Subject: [PATCH] consistent doc wording --- src/librustc/dep_graph/thread.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/librustc/dep_graph/thread.rs b/src/librustc/dep_graph/thread.rs index 9f755cf86e4e4..d3a940c811b88 100644 --- a/src/librustc/dep_graph/thread.rs +++ b/src/librustc/dep_graph/thread.rs @@ -56,7 +56,7 @@ pub struct DepGraphThreadData { // current buffer, where we accumulate messages messages: VecCell, - // whence to receive new buffer when full + // where to receive new buffer when full swap_in: Receiver>, // where to send buffer when full