diff options
| author | king6cong <king6cong@gmail.com> | 2017-01-17 11:32:13 +0800 |
|---|---|---|
| committer | king6cong <king6cong@gmail.com> | 2017-01-17 11:32:13 +0800 |
| commit | 5a462e8a682ca7fd3ccff45f419a2fec4b75fd64 (patch) | |
| tree | dd4c281616d85e7df4fa086022e33dca1b3dda00 /src | |
| parent | 4ce7accaa7e64af918e5e8b3fee65096132350f6 (diff) | |
| download | rust-5a462e8a682ca7fd3ccff45f419a2fec4b75fd64.tar.gz rust-5a462e8a682ca7fd3ccff45f419a2fec4b75fd64.zip | |
consistent doc wording
Diffstat (limited to 'src')
| -rw-r--r-- | src/librustc/dep_graph/thread.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc/dep_graph/thread.rs b/src/librustc/dep_graph/thread.rs index 9f755cf86e4..d3a940c811b 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<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 |
