aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/vesafb.c
diff options
context:
space:
mode:
authorJustin P. Mattock <justinmattock@gmail.com>2010-08-14 09:43:21 -0700
committerJiri Kosina <jkosina@suse.cz>2010-08-16 15:14:03 +0200
commit8aed62882129c4e7608deb6fe1a39b44a9aa4539 (patch)
treef3f0a25f52638a9a07a1d9503df7230b6e33ca31 /drivers/video/vesafb.c
parentbbff2168c1088995753e889580c756971eca51e4 (diff)
downloadkernel_samsung_smdk4412-8aed62882129c4e7608deb6fe1a39b44a9aa4539.zip
kernel_samsung_smdk4412-8aed62882129c4e7608deb6fe1a39b44a9aa4539.tar.gz
kernel_samsung_smdk4412-8aed62882129c4e7608deb6fe1a39b44a9aa4539.tar.bz2
vesafb: fix comment a typo
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/video/vesafb.c')
-rw-r--r--drivers/video/vesafb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/vesafb.c b/drivers/video/vesafb.c
index 090aa1a..6a069d0 100644
--- a/drivers/video/vesafb.c
+++ b/drivers/video/vesafb.c
@@ -253,7 +253,7 @@ static int __init vesafb_probe(struct platform_device *dev)
size_vmode = vesafb_defined.yres * vesafb_fix.line_length;
/* size_total -- all video memory we have. Used for mtrr
- * entries, ressource allocation and bounds
+ * entries, resource allocation and bounds
* checking. */
size_total = screen_info.lfb_size * 65536;
if (vram_total)