Fix common misspellings
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / media / video / zoran / zoran_driver.c
index 7c3921de95894ed273f4ebbd6b10d3ebd183c871..2771d818406e7d629de256a709302b0cbaf0d742 100644 (file)
@@ -1254,7 +1254,7 @@ static int setup_overlay(struct zoran_fh *fh, int on)
 {
        struct zoran *zr = fh->zr;
 
-       /* If there is nothing to do, return immediatly */
+       /* If there is nothing to do, return immediately */
        if ((on && fh->overlay_active != ZORAN_FREE) ||
            (!on && fh->overlay_active == ZORAN_FREE))
                return 0;