summaryrefslogtreecommitdiff
path: root/drivers/video/s3c-fb.c
diff options
context:
space:
mode:
authorJingoo Han <jg1.han@samsung.com>2012-09-27 19:24:05 +0900
committerJingoo Han <jg1.han@samsung.com>2012-11-26 13:35:35 +0900
commit0a109d31fcbed60e647da0266aa92828a60d9739 (patch)
tree22dfc1afe815334e8606dedf863e2eac7141bf32 /drivers/video/s3c-fb.c
parentb4da9c9addcf9ba7bed6314884b904ee646aa171 (diff)
video: s3c-fb: fix typo in comment
"sturucture" should be "structure". Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Diffstat (limited to 'drivers/video/s3c-fb.c')
-rw-r--r--drivers/video/s3c-fb.c2
1 files changed, 1 insertions, 1 deletions
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.