diff options
author | Masanari Iida <standby24x7@gmail.com> | 2012-07-21 11:23:15 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-07-24 06:58:15 -0400 |
commit | ff0c26424c1d993d8d1e04f72f1d428e935798da (patch) | |
tree | acd684945cc5b97970419e0a96f2423ff9212ebf /drivers/video/sunxvr500.c | |
parent | f9028317b2046ea13595c55fb29922d8d97cf497 (diff) |
video: Fix typo in drivers/video
Correct spelling typo in debug messages and comments
within drivers/video.
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/video/sunxvr500.c')
-rw-r--r-- | drivers/video/sunxvr500.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/sunxvr500.c b/drivers/video/sunxvr500.c index b9c2b948d34d..eb931b8626fa 100644 --- a/drivers/video/sunxvr500.c +++ b/drivers/video/sunxvr500.c | |||
@@ -12,7 +12,7 @@ | |||
12 | 12 | ||
13 | #include <asm/io.h> | 13 | #include <asm/io.h> |
14 | 14 | ||
15 | /* XXX This device has a 'dev-comm' property which aparently is | 15 | /* XXX This device has a 'dev-comm' property which apparently is |
16 | * XXX a pointer into the openfirmware's address space which is | 16 | * XXX a pointer into the openfirmware's address space which is |
17 | * XXX a shared area the kernel driver can use to keep OBP | 17 | * XXX a shared area the kernel driver can use to keep OBP |
18 | * XXX informed about the current resolution setting. The idea | 18 | * XXX informed about the current resolution setting. The idea |