diff options
author | Joe Perches <joe@perches.com> | 2011-06-23 22:35:19 (GMT) |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2011-06-24 08:14:39 (GMT) |
commit | 75e1b6a84f7e2186e843da94751b6d175caf9209 (patch) | |
tree | 9df71f87a7ddb8f94055feb0edf83320b80fa1ea /drivers/video/pm2fb.c | |
parent | 181b74ef794e198df36fbc8c962126a11a01d395 (diff) | |
download | linux-75e1b6a84f7e2186e843da94751b6d175caf9209.tar.xz |
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/pm2fb.c')
-rw-r--r-- | drivers/video/pm2fb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/pm2fb.c b/drivers/video/pm2fb.c index f4f8ce8..dc7bfa9 100644 --- a/drivers/video/pm2fb.c +++ b/drivers/video/pm2fb.c @@ -1773,7 +1773,7 @@ MODULE_DEVICE_TABLE(pci, pm2fb_id_table); #ifndef MODULE /** - * Parse user speficied options. + * Parse user specified options. * * This is, comma-separated options following `video=pm2fb:'. */ |