diff options
| author | bors <bors@rust-lang.org> | 2014-02-18 02:51:49 -0800 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2014-02-18 02:51:49 -0800 |
| commit | b3ed38f2196e8636f9f295da8d06c6921db183fe (patch) | |
| tree | 02968a54be00a4a213dece5f5900230809ce7f5a /src/libsync/sync | |
| parent | 1e60084257ca6f264610544964bf553f1feba83b (diff) | |
| parent | 6555b04dd2fbcd18c8fa8beb2bebc4b81febc6b0 (diff) | |
| download | rust-b3ed38f2196e8636f9f295da8d06c6921db183fe.tar.gz rust-b3ed38f2196e8636f9f295da8d06c6921db183fe.zip | |
auto merge of #12345 : huonw/rust/speeling, r=cmr
Diffstat (limited to 'src/libsync/sync')
| -rw-r--r-- | src/libsync/sync/mutex.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsync/sync/mutex.rs b/src/libsync/sync/mutex.rs index 9ca2f1fd7ff..923f12ed1d1 100644 --- a/src/libsync/sync/mutex.rs +++ b/src/libsync/sync/mutex.rs @@ -460,7 +460,7 @@ impl Mutex { /// Acquires a mutex, blocking the current task until it is able to do so. /// - /// This function will block the local task until it is availble to acquire + /// This function will block the local task until it is available to acquire /// the mutex. Upon returning, the task is the only task with the mutex /// held. An RAII guard is returned to allow scoped unlock of the lock. When /// the guard goes out of scope, the mutex will be unlocked. |
