diff options
Diffstat (limited to 'src/rt/rust.cpp')
| -rw-r--r-- | src/rt/rust.cpp | 2 |
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; } |
