Correct comment spelling error.

Change-Id: Idd5e2c12da2b23f598c301bf6fb6a963c4420ae2
Signed-off-by: wujianxing1 <wujianxing1@xiaomi.corp-partner.google.com>
diff --git a/decoder/ih264d_api.c b/decoder/ih264d_api.c
index 6a85a0a..221bf3e 100644
--- a/decoder/ih264d_api.c
+++ b/decoder/ih264d_api.c
@@ -2281,7 +2281,7 @@
 
     ps_dec->u4_slice_start_code_found = 0;
 
-    /* In case the deocder is not in flush mode(in shared mode),
+    /* In case the decoder is not in flush mode(in shared mode),
      then decoder has to pick up a buffer to write current frame.
      Check if a frame is available in such cases */
 
diff --git a/decoder/svc/isvcd_api.c b/decoder/svc/isvcd_api.c
index 3ac3984..c449fba 100644
--- a/decoder/svc/isvcd_api.c
+++ b/decoder/svc/isvcd_api.c
@@ -4844,7 +4844,7 @@
     ps_dec_op->u4_output_present = 0;
     ps_dec_op->u4_frame_decoded_flag = 0;
 
-    /* In case the deocder is not in flush mode(in shared mode),
+    /* In case the decoder is not in flush mode(in shared mode),
      then decoder has to pick up a buffer to write current frame.
      Check if a frame is available in such cases */
     if(ps_dec->u1_init_dec_flag == 1 && ps_dec->u4_share_disp_buf == 1 && ps_dec->u1_flushfrm == 0)