about summary refs log tree commit diff
path: root/src/rt/rust.cpp
diff options
context:
space:
mode:
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;
 }