diff options
author | Simon Arlott <simon@fire.lp0.eu> | 2007-05-11 15:42:54 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-05-11 21:32:49 -0400 |
commit | a8de5ce9895367191df9b30804a0c67cfcc9f27a (patch) | |
tree | 8f99af81affca30d868bd9ee7c043639b905c4f8 /arch/ppc/boot/lib | |
parent | dab4d7984ee61c8eb25569b12e7a996f5aaef2ba (diff) |
[POWERPC] Spelling fixes: arch/ppc/
Spelling fixes in arch/ppc/.
Signed-off-by: Simon Arlott <simon@fire.lp0.eu>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/ppc/boot/lib')
-rw-r--r-- | arch/ppc/boot/lib/vreset.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc/boot/lib/vreset.c b/arch/ppc/boot/lib/vreset.c index 463ba001fb9b..98539e9f7f96 100644 --- a/arch/ppc/boot/lib/vreset.c +++ b/arch/ppc/boot/lib/vreset.c | |||
@@ -518,7 +518,7 @@ setTextRegs(struct VgaRegs *svp) | |||
518 | outb(0x3c6, 0xff); /* MASK */ | 518 | outb(0x3c6, 0xff); /* MASK */ |
519 | 519 | ||
520 | for ( i = 0; i < 0x10; i++) | 520 | for ( i = 0; i < 0x10; i++) |
521 | writeAttr(i, AC[i], 0); /* pallete */ | 521 | writeAttr(i, AC[i], 0); /* palette */ |
522 | writeAttr(0x10, 0x0c, 0); /* text mode */ | 522 | writeAttr(0x10, 0x0c, 0); /* text mode */ |
523 | writeAttr(0x11, 0x00, 0); /* overscan color (border) */ | 523 | writeAttr(0x11, 0x00, 0); /* overscan color (border) */ |
524 | writeAttr(0x12, 0x0f, 0); /* plane enable */ | 524 | writeAttr(0x12, 0x0f, 0); /* plane enable */ |