about summary refs log tree commit diff
path: root/src/libstd/comm
diff options
context:
space:
mode:
authorKang Seonghoon <public+git@mearie.org>2014-03-06 16:35:12 +0900
committerKang Seonghoon <public+git@mearie.org>2014-03-06 20:19:14 +0900
commit1c52c81846246e135557f1aa6db5bef4140c8717 (patch)
tree01f1b6cf88fc45a578a113935b833be52c0c790c /src/libstd/comm
parent14c620719c06fcb3222b95d0d1505306506efb86 (diff)
downloadrust-1c52c81846246e135557f1aa6db5bef4140c8717.tar.gz
rust-1c52c81846246e135557f1aa6db5bef4140c8717.zip
fix typos with with repeated words, just like this sentence.
Diffstat (limited to 'src/libstd/comm')
-rw-r--r--src/libstd/comm/shared.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/comm/shared.rs b/src/libstd/comm/shared.rs
index 444f2d14dba..328dd70223b 100644
--- a/src/libstd/comm/shared.rs
+++ b/src/libstd/comm/shared.rs
@@ -302,7 +302,7 @@ impl<T: Send> Packet<T> {
             }
         };
         match ret {
-            // See the discussion in the stream implementation for why we we
+            // See the discussion in the stream implementation for why we
             // might decrement steals.
             Some(data) => {
                 if self.steals > MAX_STEALS {