[PATCH 1/2]drivers/video/vesafb.c Fix a typo.

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Justin P. Mattock
Date: Saturday, August 14, 2010 - 9:43 am

Not sure if this is a typo or not i.e. using a dictionary online 
gives no results for "ressource", but doing a search for "ressource"
I get a wikepedia entry. In any case if it is a typo, then heres 
a patch to fix it, if not, then I'll add this patch to my
NACK pile...

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>

---
 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 090aa1a..6a069d0 100644
--- a/drivers/video/vesafb.c
+++ b/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)
-- 
1.7.1.rc1.21.gf3bd6

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 1/2]drivers/video/vesafb.c Fix a typo., Justin P. Mattock, (Sat Aug 14, 9:43 am)
[PATCH 2/2]include/video/vga.h update web address., Justin P. Mattock, (Sat Aug 14, 9:43 am)
Re: [PATCH 1/2]drivers/video/vesafb.c Fix a typo., Jiri Kosina, (Mon Aug 16, 6:14 am)
Re: [PATCH 2/2]include/video/vga.h update web address., Jiri Kosina, (Mon Aug 16, 6:15 am)
Re: [PATCH 2/2]include/video/vga.h update web address., Justin P. Mattock, (Mon Aug 16, 9:13 am)
Re: [PATCH 1/2]drivers/video/vesafb.c Fix a typo., Justin P. Mattock, (Mon Aug 16, 9:16 am)