about summary refs log tree commit diff
path: root/src/rt/rust_kernel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/rt/rust_kernel.cpp')
-rw-r--r--src/rt/rust_kernel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rt/rust_kernel.cpp b/src/rt/rust_kernel.cpp
index 331aaf85a94..698ee866728 100644
--- a/src/rt/rust_kernel.cpp
+++ b/src/rt/rust_kernel.cpp
@@ -190,7 +190,7 @@ rust_kernel::run() {
 
 void
 rust_kernel::fail() {
-    // FIXME (#2671): On windows we're getting "Application has
+    // FIXME (#908): On windows we're getting "Application has
     // requested the Runtime to terminate it in an unusual way" when
     // trying to shutdown cleanly.
     set_exit_status(PROC_FAIL_CODE);