video: s3c-fb: fix typo in comment
authorJingoo Han <jg1.han@samsung.com>
Thu, 27 Sep 2012 10:24:05 +0000 (19:24 +0900)
committerJingoo Han <jg1.han@samsung.com>
Mon, 26 Nov 2012 04:35:35 +0000 (13:35 +0900)
"sturucture" should be "structure".

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
drivers/video/s3c-fb.c

index 2ed7b633bbd9656352d10e5201efc462c065f991..d23fd46ecf74a45b8b5fb0aaf4af824e48434ba3 100644 (file)
@@ -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.