]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - drivers/media/video/s5p-fimc/fimc-reg.c
Fix common misspellings
[mirror_ubuntu-bionic-kernel.git] / drivers / media / video / s5p-fimc / fimc-reg.c
index 4d929a3945217bf432f94704c0adc3c9d43fbde8..4893b2d91d84606520f4901eebb1db5167254f0a 100644 (file)
@@ -356,7 +356,7 @@ void fimc_hw_en_capture(struct fimc_ctx *ctx)
                /* one shot mode */
                cfg |= S5P_CIIMGCPT_CPT_FREN_ENABLE | S5P_CIIMGCPT_IMGCPTEN;
        } else {
-               /* Continous frame capture mode (freerun). */
+               /* Continuous frame capture mode (freerun). */
                cfg &= ~(S5P_CIIMGCPT_CPT_FREN_ENABLE |
                         S5P_CIIMGCPT_CPT_FRMOD_CNT);
                cfg |= S5P_CIIMGCPT_IMGCPTEN;