]> rtime.felk.cvut.cz Git - linux-imx.git/blobdiff - drivers/video/fb_defio.c
tree-wide: fix some typos and punctuation in comments
[linux-imx.git] / drivers / video / fb_defio.c
index c27ab1ed96049ba00a20d600311e7239d9f6e818..e59c083208866611472f4f570485a798d930c201 100644 (file)
@@ -71,7 +71,7 @@ int fb_deferred_io_fsync(struct file *file, struct dentry *dentry, int datasync)
 {
        struct fb_info *info = file->private_data;
 
-       /* Skip if deferred io is complied-in but disabled on this fbdev */
+       /* Skip if deferred io is compiled-in but disabled on this fbdev */
        if (!info->fbdefio)
                return 0;