Fix typos in comments

Change-Id: Id70b49e2a77c6837da75c684d622ddfe60f3d97e
diff --git a/aom_dsp/aom_dsp_rtcd_defs.pl b/aom_dsp/aom_dsp_rtcd_defs.pl
index 060352a..756c0d8 100644
--- a/aom_dsp/aom_dsp_rtcd_defs.pl
+++ b/aom_dsp/aom_dsp_rtcd_defs.pl
@@ -844,7 +844,7 @@
     add_proto qw/void aom_clpf_detect_multi_hbd/, "const uint16_t *rec, const uint16_t *org, int rstride, int ostride, int x0, int y0, int width, int height, int *sum, int shift, int size";
     # VS compiling for 32 bit targets does not support vector types in
     # structs as arguments, which makes the v256 type of the intrinsics
-    # hard to support, so optimizations for this target is disabled.
+    # hard to support, so optimizations for this target are disabled.
     if ($opts{config} !~ /libs-x86-win32-vs.*/) {
       specialize qw/aom_clpf_block_hbd sse2 ssse3 sse4_1 neon/;
       specialize qw/aom_clpf_detect_hbd sse2 ssse3 sse4_1 neon/;
@@ -856,7 +856,7 @@
   add_proto qw/void aom_clpf_detect_multi/, "const uint8_t *rec, const uint8_t *org, int rstride, int ostride, int x0, int y0, int width, int height, int *sum, int size";
   # VS compiling for 32 bit targets does not support vector types in
   # structs as arguments, which makes the v256 type of the intrinsics
-  # hard to support, so optimizations for this target is disabled.
+  # hard to support, so optimizations for this target are disabled.
   if ($opts{config} !~ /libs-x86-win32-vs.*/) {
     specialize qw/aom_clpf_block sse2 ssse3 sse4_1 neon/;
     specialize qw/aom_clpf_detect sse2 ssse3 sse4_1 neon/;