vesafb: fix comment a typo
authorJustin P. Mattock <justinmattock@gmail.com>
Sat, 14 Aug 2010 16:43:21 +0000 (09:43 -0700)
committerJiri Kosina <jkosina@suse.cz>
Mon, 16 Aug 2010 13:14:03 +0000 (15:14 +0200)
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/video/vesafb.c

index 090aa1a..6a069d0 100644 (file)
@@ -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)