m.u.buffer_from_host.buffer_header.pts = MMAL_TIME_UNKNOWN;
        m.u.buffer_from_host.buffer_header.dts = MMAL_TIME_UNKNOWN;
 
-       /* clear buffer type sepecific data */
+       /* clear buffer type specific data */
        memset(&m.u.buffer_from_host.buffer_header_type_specific, 0,
               sizeof(m.u.buffer_from_host.buffer_header_type_specific));
 
        return ret;
 }
 
-/* create comonent on vc */
+/* create component on vc */
 static int create_component(struct vchiq_mmal_instance *instance,
                            struct vchiq_mmal_component *component,
                            const char *name)