From 6555b04dd2fbcd18c8fa8beb2bebc4b81febc6b0 Mon Sep 17 00:00:00 2001 From: Huon Wilson Date: Mon, 17 Feb 2014 22:53:45 +1100 Subject: Spellcheck library docs. --- src/libstd/sync/mpsc_queue.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/libstd/sync') diff --git a/src/libstd/sync/mpsc_queue.rs b/src/libstd/sync/mpsc_queue.rs index b5a55f3f8c9..2dc63380cb8 100644 --- a/src/libstd/sync/mpsc_queue.rs +++ b/src/libstd/sync/mpsc_queue.rs @@ -104,7 +104,7 @@ impl Queue { /// /// Note that the current implementation means that this function cannot /// return `Option`. It is possible for this queue to be in an - /// inconsistent state where many pushes have suceeded and completely + /// inconsistent state where many pushes have succeeded and completely /// finished, but pops cannot return `Some(t)`. This inconsistent state /// happens when a pusher is pre-empted at an inopportune moment. /// @@ -203,4 +203,3 @@ mod tests { } } } - -- cgit 1.4.1-3-g733a5