From: bellard Date: Wed, 9 Feb 2005 00:01:34 +0000 (+0000) Subject: spelling fix X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=f8407028b40d7f17309dc3d470eba080451fa0a2;p=qemu.git spelling fix git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1274 c046a42c-6fe2-441c-8c8c-71466251a162 --- diff --git a/hw/openpic.c b/hw/openpic.c index ad9db7b36f..e6bca3270b 100644 --- a/hw/openpic.c +++ b/hw/openpic.c @@ -345,7 +345,7 @@ static void openpic_reset (openpic_t *opp) int i; opp->glbc = 0x80000000; - /* Initialise controler registers */ + /* Initialise controller registers */ opp->frep = ((EXT_IRQ - 1) << 16) | ((MAX_CPU - 1) << 8) | VID; opp->veni = VENI; opp->spve = 0x000000FF;