diff options
| author | bors <bors@rust-lang.org> | 2014-03-06 06:51:35 -0800 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2014-03-06 06:51:35 -0800 |
| commit | fb80b384f4b6611ce4d880991a1026e93acdd6f7 (patch) | |
| tree | ffcbc0a577b4cebd787c91eba6322c7c82a7ea42 /src/libsync/sync | |
| parent | 0a7b06e955cd3f1c520ec3c2a34a2464f08a46f6 (diff) | |
| parent | 1c52c81846246e135557f1aa6db5bef4140c8717 (diff) | |
auto merge of #12727 : lifthrasiir/rust/buffalo-buffalo, r=huonw
Cosmetic changes at best, but there are so many such typos that I couldn't ignore them. :) Some occurrences of typos are linked to the generated documentations but no changes should break the builds.
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 9938f20927a..ee044356aff 100644 --- a/src/libsync/sync/mutex.rs +++ b/src/libsync/sync/mutex.rs @@ -53,7 +53,7 @@ // leading to fairly decent performance for both native threads and green // threads on various workloads (uncontended and contended). // -// The crux of this implementation is an atomic work which is CAS'd on many many +// The crux of this implementation is an atomic work which is CAS'd on many // times in order to manage a few flags about who's blocking where and whether // it's locked or not. |
