diff --git a/vp8/common/onyxc_int.h b/vp8/common/onyxc_int.h
index 33a5433776ad5c06d62ca5327b14cc25f4305c34..d2fbc8686b369edf7010b72a3e1c7c19b0ef5424 100644
--- a/vp8/common/onyxc_int.h
+++ b/vp8/common/onyxc_int.h
@@ -102,7 +102,7 @@ typedef struct VP8Common
     YV12_BUFFER_CONFIG post_proc_buffer;
     YV12_BUFFER_CONFIG temp_scale_frame;
 
-    FRAME_TYPE last_frame_type;  //Add to check if vp8_frame_init_loop_filter() can be skiped.
+    FRAME_TYPE last_frame_type;  //Add to check if vp8_frame_init_loop_filter() can be skipped.
     FRAME_TYPE frame_type;
 
     int show_frame;