From ff0c26424c1d993d8d1e04f72f1d428e935798da Mon Sep 17 00:00:00 2001 From: Masanari Iida Date: Sun, 22 Jul 2012 00:23:15 +0900 Subject: video: Fix typo in drivers/video Correct spelling typo in debug messages and comments within drivers/video. Signed-off-by: Masanari Iida Signed-off-by: Jiri Kosina --- drivers/video/arcfb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'drivers/video/arcfb.c') diff --git a/drivers/video/arcfb.c b/drivers/video/arcfb.c index c22e8d39a2cb..a1d58e9d3073 100644 --- a/drivers/video/arcfb.c +++ b/drivers/video/arcfb.c @@ -336,8 +336,8 @@ static void arcfb_lcd_update_horiz(struct arcfb_par *par, unsigned int left, } /* - * here we start the process of spliting out the fb update into - * individual blocks of pixels. we end up spliting into 64x64 blocks + * here we start the process of splitting out the fb update into + * individual blocks of pixels. we end up splitting into 64x64 blocks * and finally down to 64x8 pages. */ static void arcfb_lcd_update(struct arcfb_par *par, unsigned int dx, -- cgit v1.2.1