diff options
author | Jingoo Han <jg1.han@samsung.com> | 2012-09-27 19:24:05 +0900 |
---|---|---|
committer | Jingoo Han <jg1.han@samsung.com> | 2012-11-26 13:35:35 +0900 |
commit | 0a109d31fcbed60e647da0266aa92828a60d9739 (patch) | |
tree | 22dfc1afe815334e8606dedf863e2eac7141bf32 /drivers/video/s3c-fb.c | |
parent | b4da9c9addcf9ba7bed6314884b904ee646aa171 (diff) | |
download | linux-0a109d31fcbed60e647da0266aa92828a60d9739.tar.bz2 |
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.c | 2 |
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. |