aboutsummaryrefslogtreecommitdiffstats
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
parentparavirt: noreplace-paravirt is implemented for x86 and ia-64 (diff)
downloadlinux-dev-8aed62882129c4e7608deb6fe1a39b44a9aa4539.tar.xz
linux-dev-8aed62882129c4e7608deb6fe1a39b44a9aa4539.zip
vesafb: fix comment a typo
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
-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 090aa1a9be6e..6a069d047914 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)