diff options
author | Justin P. Mattock <justinmattock@gmail.com> | 2010-08-14 12:43:21 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-08-16 09:14:03 -0400 |
commit | 8aed62882129c4e7608deb6fe1a39b44a9aa4539 (patch) | |
tree | f3f0a25f52638a9a07a1d9503df7230b6e33ca31 /drivers/video/vesafb.c | |
parent | bbff2168c1088995753e889580c756971eca51e4 (diff) |
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.c | 2 |
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) | |||
253 | size_vmode = vesafb_defined.yres * vesafb_fix.line_length; | 253 | size_vmode = vesafb_defined.yres * vesafb_fix.line_length; |
254 | 254 | ||
255 | /* size_total -- all video memory we have. Used for mtrr | 255 | /* size_total -- all video memory we have. Used for mtrr |
256 | * entries, ressource allocation and bounds | 256 | * entries, resource allocation and bounds |
257 | * checking. */ | 257 | * checking. */ |
258 | size_total = screen_info.lfb_size * 65536; | 258 | size_total = screen_info.lfb_size * 65536; |
259 | if (vram_total) | 259 | if (vram_total) |