Fix common misspellings
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / media / video / gspca / stv06xx / stv06xx_hdcs.c
index 17531b41a073cebcd8c0d0e5fa26d83d2a8b174c..b8156855f2b759e7df9f934e5540c5d87a68308e 100644 (file)
@@ -569,7 +569,7 @@ static int hdcs_init(struct sd *sd)
        if (err < 0)
                return err;
 
-       /* Enable continous frame capture, bit 2: stop when frame complete */
+       /* Enable continuous frame capture, bit 2: stop when frame complete */
        err = stv06xx_write_sensor(sd, HDCS_REG_CONFIG(sd), BIT(3));
        if (err < 0)
                return err;