about summary refs log tree commit diff
path: root/src/rt/rust.cpp
diff options
context:
space:
mode:
authorGraydon Hoare <graydon@mozilla.com>2011-06-27 10:08:57 -0700
committerGraydon Hoare <graydon@mozilla.com>2011-06-27 10:08:57 -0700
commitbc9fa31618207ae71d3db9cc6eef505645cdc893 (patch)
treeed2230a1ae0c4671e311f36f264f24e7d3702497 /src/rt/rust.cpp
parent022ebc198b9e9e42880a4f3bcd31565533333296 (diff)
downloadrust-bc9fa31618207ae71d3db9cc6eef505645cdc893.tar.gz
rust-bc9fa31618207ae71d3db9cc6eef505645cdc893.zip
A little tidying in rt.
Diffstat (limited to 'src/rt/rust.cpp')
-rw-r--r--src/rt/rust.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rt/rust.cpp b/src/rt/rust.cpp
index 62cb6fe3bf3..093656b77d2 100644
--- a/src/rt/rust.cpp
+++ b/src/rt/rust.cpp
@@ -79,7 +79,7 @@ int get_num_threads()
         if(num > 0)
             return num;
     }
-    // TODO: in this case, determine the number of CPUs present on the
+    // FIXME: in this case, determine the number of CPUs present on the
     // machine.
     return 1;
 }