Skip to content

Commit

Permalink
vesafb: fix comment a typo
Browse files Browse the repository at this point in the history
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
  • Loading branch information
Justin P. Mattock authored and Jiri Kosina committed Aug 16, 2010
1 parent bbff216 commit 8aed628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/video/vesafb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8aed628

Please sign in to comment.