Merge "[fxbug.dev] Migrate bug numbers" into main
diff --git a/loader/fuchsia/icd_fuchsia.cc b/loader/fuchsia/icd_fuchsia.cc
index eb41fdc..cba9dc9 100644
--- a/loader/fuchsia/icd_fuchsia.cc
+++ b/loader/fuchsia/icd_fuchsia.cc
@@ -44,7 +44,7 @@
         return;
     }
 
-    // TODO(fxbug.dev/91413): Get the library name from the loader_service.
+    // TODO(fxbug.dev/42172974): Get the library name from the loader_service.
     khrIcdVendorAdd("libopencl_fake.so");
 }