Commit f8407028b40d7f17309dc3d470eba080451fa0a2
1 parent
18fba28c
spelling fix
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1274 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
1 additions
and
1 deletions
hw/openpic.c
... | ... | @@ -345,7 +345,7 @@ static void openpic_reset (openpic_t *opp) |
345 | 345 | int i; |
346 | 346 | |
347 | 347 | opp->glbc = 0x80000000; |
348 | - /* Initialise controler registers */ | |
348 | + /* Initialise controller registers */ | |
349 | 349 | opp->frep = ((EXT_IRQ - 1) << 16) | ((MAX_CPU - 1) << 8) | VID; |
350 | 350 | opp->veni = VENI; |
351 | 351 | opp->spve = 0x000000FF; | ... | ... |