diff options
| author | Huon Wilson <dbau.pp+github@gmail.com> | 2014-02-17 22:53:45 +1100 |
|---|---|---|
| committer | Huon Wilson <dbau.pp+github@gmail.com> | 2014-02-18 08:05:35 +1100 |
| commit | 6555b04dd2fbcd18c8fa8beb2bebc4b81febc6b0 (patch) | |
| tree | 67b79727570ea14a3b0520b5562aa9e1fba154f9 /src/libstd/comm/select.rs | |
| parent | c8489069b43191c5298f17430933b3b88fb79c3c (diff) | |
| download | rust-6555b04dd2fbcd18c8fa8beb2bebc4b81febc6b0.tar.gz rust-6555b04dd2fbcd18c8fa8beb2bebc4b81febc6b0.zip | |
Spellcheck library docs.
Diffstat (limited to 'src/libstd/comm/select.rs')
| -rw-r--r-- | src/libstd/comm/select.rs | 2 |
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 |
