vesafb: fix comment a typo

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
Justin P. Mattock 2010-08-14 09:43:21 -07:00 committed by Jiri Kosina
parent bbff2168c1
commit 8aed628821

View file

@ -253,7 +253,7 @@ static int __init vesafb_probe(struct platform_device *dev)
size_vmode = vesafb_defined.yres * vesafb_fix.line_length; size_vmode = vesafb_defined.yres * vesafb_fix.line_length;
/* size_total -- all video memory we have. Used for mtrr /* size_total -- all video memory we have. Used for mtrr
* entries, ressource allocation and bounds * entries, resource allocation and bounds
* checking. */ * checking. */
size_total = screen_info.lfb_size * 65536; size_total = screen_info.lfb_size * 65536;
if (vram_total) if (vram_total)