about summary refs log tree commit diff
path: root/src/libstd/comm
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2014-02-18 02:51:49 -0800
committerbors <bors@rust-lang.org>2014-02-18 02:51:49 -0800
commitb3ed38f2196e8636f9f295da8d06c6921db183fe (patch)
tree02968a54be00a4a213dece5f5900230809ce7f5a /src/libstd/comm
parent1e60084257ca6f264610544964bf553f1feba83b (diff)
parent6555b04dd2fbcd18c8fa8beb2bebc4b81febc6b0 (diff)
downloadrust-b3ed38f2196e8636f9f295da8d06c6921db183fe.tar.gz
rust-b3ed38f2196e8636f9f295da8d06c6921db183fe.zip
auto merge of #12345 : huonw/rust/speeling, r=cmr
Diffstat (limited to 'src/libstd/comm')
-rw-r--r--src/libstd/comm/select.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/comm/select.rs b/src/libstd/comm/select.rs
index e41fa60aa42..02066086ad7 100644
--- a/src/libstd/comm/select.rs
+++ b/src/libstd/comm/select.rs
@@ -144,7 +144,7 @@ impl Select {
         }
     }
 
-    /// Waits for an event on this port set. The returned valus is *not* and
+    /// Waits for an event on this port set. The returned value is *not* an
     /// index, but rather an id. This id can be queried against any active
     /// `Handle` structures (each one has an `id` method). The handle with
     /// the matching `id` will have some sort of event available on it. The