Link to issue in todo
diff --git a/packages/flutter_tools/lib/src/build_system/targets/shader_compiler.dart b/packages/flutter_tools/lib/src/build_system/targets/shader_compiler.dart
index f36ff9a..b308a8e 100644
--- a/packages/flutter_tools/lib/src/build_system/targets/shader_compiler.dart
+++ b/packages/flutter_tools/lib/src/build_system/targets/shader_compiler.dart
@@ -169,8 +169,8 @@
       );
     }
 
-    // TODO(bdero): This path is intended to be identical to `impeller/compiler/shader_lib` in the engine.
-    //              Update this path once the shader lib ships in the engine artifacts.
+    // TODO(114219): This path is intended to be identical to `impeller/compiler/shader_lib` in the engine.
+    //               Update this path once the shader lib ships in the engine artifacts.
     final String shaderLibPath = join(dirname(Platform.script.path), '../../shader_lib');
 
     final List<String> cmd = <String>[