about summary refs log tree commit diff
path: root/src/rt/rust_upcall.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/rt/rust_upcall.cpp')
-rw-r--r--src/rt/rust_upcall.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rt/rust_upcall.cpp b/src/rt/rust_upcall.cpp
index 885f82ddac3..022735f05dc 100644
--- a/src/rt/rust_upcall.cpp
+++ b/src/rt/rust_upcall.cpp
@@ -571,7 +571,7 @@ upcall_new_thread(rust_task *task, const char *name) {
     return child_task_proxy;
 }
 
-#if 0 /* TODO: this code will be re-enabled once we have multithreading. */
+#if 0 /* FIXME: this code will be re-enabled once we have multithreading. */
 
 #if defined(__WIN32__)
 static DWORD WINAPI rust_thread_start(void *ptr)