av1_rtcd_defs.pl: fix bug reference in TODO

Bug: aomedia:349455146
Change-Id: Icba1e4716298e84da8162d2f550f27b15c4bb294
diff --git a/av1/common/av1_rtcd_defs.pl b/av1/common/av1_rtcd_defs.pl
index 0dde8b9..5515430 100644
--- a/av1/common/av1_rtcd_defs.pl
+++ b/av1/common/av1_rtcd_defs.pl
@@ -534,7 +534,7 @@
 # WARPED_MOTION / GLOBAL_MOTION functions
 if (aom_config("CONFIG_AV1_HIGHBITDEPTH") eq "yes") {
   add_proto qw/void av1_highbd_warp_affine/, "const int32_t *mat, const uint16_t *ref, int width, int height, int stride, uint16_t *pred, int p_col, int p_row, int p_width, int p_height, int p_stride, int subsampling_x, int subsampling_y, int bd, ConvolveParams *conv_params, int16_t alpha, int16_t beta, int16_t gamma, int16_t delta";
-  # TODO(aomedia:349450845): enable NEON for armv7 after SIGBUS is fixed.
+  # TODO(aomedia:349455146): enable NEON for armv7 after SIGBUS is fixed.
   if (aom_config("AOM_ARCH_ARM") eq "yes" && aom_config("AOM_ARCH_AARCH64") eq "") {
     specialize qw/av1_highbd_warp_affine sse4_1 avx2 sve/;
   } else {