diff options
author | Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com> | 2009-10-16 15:20:49 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2009-12-04 15:39:48 +0100 |
commit | 94e2bd688820aed72b4f8092f88c2ccf64e003de (patch) | |
tree | 988de1817ec5ebe40dc6f2901eb86987876c517f /drivers/video/fb_defio.c | |
parent | 65cb76baa1058d17d51ce948b697cdbd5dc97421 (diff) | |
download | linux-3.10-94e2bd688820aed72b4f8092f88c2ccf64e003de.tar.gz linux-3.10-94e2bd688820aed72b4f8092f88c2ccf64e003de.tar.bz2 linux-3.10-94e2bd688820aed72b4f8092f88c2ccf64e003de.zip |
tree-wide: fix some typos and punctuation in comments
fix some typos and punctuation in comments
Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/video/fb_defio.c')
-rw-r--r-- | drivers/video/fb_defio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/fb_defio.c b/drivers/video/fb_defio.c index c27ab1ed960..e59c0832088 100644 --- a/drivers/video/fb_defio.c +++ b/drivers/video/fb_defio.c @@ -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; |