about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorking6cong <king6cong@gmail.com>2017-01-17 11:32:13 +0800
committerking6cong <king6cong@gmail.com>2017-01-17 11:32:13 +0800
commit5a462e8a682ca7fd3ccff45f419a2fec4b75fd64 (patch)
treedd4c281616d85e7df4fa086022e33dca1b3dda00 /src
parent4ce7accaa7e64af918e5e8b3fee65096132350f6 (diff)
downloadrust-5a462e8a682ca7fd3ccff45f419a2fec4b75fd64.tar.gz
rust-5a462e8a682ca7fd3ccff45f419a2fec4b75fd64.zip
consistent doc wording
Diffstat (limited to 'src')
-rw-r--r--src/librustc/dep_graph/thread.rs2
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