diff options
author | Simon Arlott <simon@fire.lp0.eu> | 2007-05-12 05:42:54 +1000 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-05-12 11:32:49 +1000 |
commit | a8de5ce9895367191df9b30804a0c67cfcc9f27a (patch) | |
tree | 8f99af81affca30d868bd9ee7c043639b905c4f8 /arch/ppc/boot/lib/vreset.c | |
parent | dab4d7984ee61c8eb25569b12e7a996f5aaef2ba (diff) | |
download | kernel-crypto-a8de5ce9895367191df9b30804a0c67cfcc9f27a.tar.gz kernel-crypto-a8de5ce9895367191df9b30804a0c67cfcc9f27a.tar.xz kernel-crypto-a8de5ce9895367191df9b30804a0c67cfcc9f27a.zip |
[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/vreset.c')
-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 463ba001fb9..98539e9f7f9 100644 --- a/arch/ppc/boot/lib/vreset.c +++ b/arch/ppc/boot/lib/vreset.c @@ -518,7 +518,7 @@ setTextRegs(struct VgaRegs *svp) outb(0x3c6, 0xff); /* MASK */ for ( i = 0; i < 0x10; i++) - writeAttr(i, AC[i], 0); /* pallete */ + writeAttr(i, AC[i], 0); /* palette */ writeAttr(0x10, 0x0c, 0); /* text mode */ writeAttr(0x11, 0x00, 0); /* overscan color (border) */ writeAttr(0x12, 0x0f, 0); /* plane enable */ |