diff options
| author | Graydon Hoare <graydon@mozilla.com> | 2011-06-27 10:08:57 -0700 |
|---|---|---|
| committer | Graydon Hoare <graydon@mozilla.com> | 2011-06-27 10:08:57 -0700 |
| commit | bc9fa31618207ae71d3db9cc6eef505645cdc893 (patch) | |
| tree | ed2230a1ae0c4671e311f36f264f24e7d3702497 /src/rt/sync | |
| parent | 022ebc198b9e9e42880a4f3bcd31565533333296 (diff) | |
| download | rust-bc9fa31618207ae71d3db9cc6eef505645cdc893.tar.gz rust-bc9fa31618207ae71d3db9cc6eef505645cdc893.zip | |
A little tidying in rt.
Diffstat (limited to 'src/rt/sync')
| -rw-r--r-- | src/rt/sync/lock_and_signal.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rt/sync/lock_and_signal.cpp b/src/rt/sync/lock_and_signal.cpp index 93275ca3e07..f67e3ee310d 100644 --- a/src/rt/sync/lock_and_signal.cpp +++ b/src/rt/sync/lock_and_signal.cpp @@ -11,7 +11,7 @@ #if defined(__WIN32__) lock_and_signal::lock_and_signal() { - // TODO: In order to match the behavior of pthread_cond_broadcast on + // FIXME: In order to match the behavior of pthread_cond_broadcast on // Windows, we create manual reset events. This however breaks the // behavior of pthread_cond_signal, fixing this is quite involved: // refer to: http://www.cs.wustl.edu/~schmidt/win32-cv-1.html |
