diff options
author | Joe Perches <joe@perches.com> | 2011-06-23 22:35:19 +0000 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2011-06-24 17:14:39 +0900 |
commit | 75e1b6a84f7e2186e843da94751b6d175caf9209 (patch) | |
tree | 9df71f87a7ddb8f94055feb0edf83320b80fa1ea /drivers/video/skeletonfb.c | |
parent | 181b74ef794e198df36fbc8c962126a11a01d395 (diff) |
video: Fix speficied typo
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'drivers/video/skeletonfb.c')
-rw-r--r-- | drivers/video/skeletonfb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/skeletonfb.c b/drivers/video/skeletonfb.c index 89158bc71da2..30f7a815a62b 100644 --- a/drivers/video/skeletonfb.c +++ b/drivers/video/skeletonfb.c @@ -989,7 +989,7 @@ static struct platform_device *xxxfb_device; */ int __init xxxfb_setup(char *options) { - /* Parse user speficied options (`video=xxxfb:') */ + /* Parse user specified options (`video=xxxfb:') */ } #endif /* MODULE */ |