summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2012-09-09 10:45:30 +0300
committerAlon Levy <alevy@redhat.com>2012-10-19 13:59:00 +0200
commit7668dd22caf908654a480b7856d0a016a1ac0da5 (patch)
tree3aafe49272903eababbcdc71b3f1478b6854b8ac
parentc9623de4fc2f8320fe94316b46171683be3b1d59 (diff)
drivers/video/cfbimgblt.c: fix typo
Signed-off-by: Alon Levy <alevy@redhat.com>
-rw-r--r--drivers/video/cfbimgblt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/cfbimgblt.c b/drivers/video/cfbimgblt.c
index baed57d3cff..5d29b842970 100644
--- a/drivers/video/cfbimgblt.c
+++ b/drivers/video/cfbimgblt.c
@@ -209,7 +209,7 @@ static inline void slow_imageblit(const struct fb_image *image, struct fb_info *
*
* Only if: bits_per_pixel == 8, 16, or 32
* image->width is divisible by pixel/dword (ppw);
- * fix->line_legth is divisible by 4;
+ * fix->line_length is divisible by 4;
* beginning and end of a scanline is dword aligned
*/
static inline void fast_imageblit(const struct fb_image *image, struct fb_info *p,