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/s3fb.c | |
parent | 181b74ef794e198df36fbc8c962126a11a01d395 (diff) | |
download | linux-75e1b6a84f7e2186e843da94751b6d175caf9209.tar.bz2 |
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/s3fb.c')
-rw-r--r-- | drivers/video/s3fb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/s3fb.c b/drivers/video/s3fb.c index 0f9af1aa5077..946a949f4c7d 100644 --- a/drivers/video/s3fb.c +++ b/drivers/video/s3fb.c @@ -1505,7 +1505,7 @@ static struct pci_driver s3fb_pci_driver = { .resume = s3_pci_resume, }; -/* Parse user speficied options */ +/* Parse user specified options */ #ifndef MODULE static int __init s3fb_setup(char *options) |