瀏覽代碼

vesafb: fix comment a typo

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Justin P. Mattock 15 年之前
父節點
當前提交
8aed628821
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/video/vesafb.c

+ 1 - 1
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)