From c2c99463720e758d5aa0bdcea19dc5b3dd67292c Mon Sep 17 00:00:00 2001 From: Joseph Crail Date: Mon, 9 Jun 2014 00:00:52 -0400 Subject: Fix more misspelled comments and strings. --- src/libstd/comm/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libstd') diff --git a/src/libstd/comm/mod.rs b/src/libstd/comm/mod.rs index 170618e276b..ffb2a0dbed8 100644 --- a/src/libstd/comm/mod.rs +++ b/src/libstd/comm/mod.rs @@ -542,7 +542,7 @@ impl Sender { /// ``` pub fn send_opt(&self, t: T) -> Result<(), T> { // In order to prevent starvation of other tasks in situations where - // a task sends repeatedly without ever receiving, we occassionally + // a task sends repeatedly without ever receiving, we occasionally // yield instead of doing a send immediately. // // Don't unconditionally attempt to yield because the TLS overhead can -- cgit 1.4.1-3-g733a5