From 0a109d31fcbed60e647da0266aa92828a60d9739 Mon Sep 17 00:00:00 2001 From: Jingoo Han Date: Thu, 27 Sep 2012 19:24:05 +0900 Subject: [PATCH] video: s3c-fb: fix typo in comment "sturucture" should be "structure". Signed-off-by: Jingoo Han --- drivers/video/s3c-fb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/video/s3c-fb.c b/drivers/video/s3c-fb.c index 2ed7b633bbd9..d23fd46ecf74 100644 --- a/drivers/video/s3c-fb.c +++ b/drivers/video/s3c-fb.c @@ -189,7 +189,7 @@ struct s3c_fb_vsync { /** * struct s3c_fb - overall hardware state of the hardware - * @slock: The spinlock protection for this data sturucture. + * @slock: The spinlock protection for this data structure. * @dev: The device that we bound to, for printing, etc. * @bus_clk: The clk (hclk) feeding our interface and possibly pixclk. * @lcd_clk: The clk (sclk) feeding pixclk. -- 2.34.1