summaryrefslogtreecommitdiff
path: root/hw/ppc
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2013-10-10 20:53:40 +0200
committerMichael Tokarev <mjt@tls.msk.ru>2013-10-26 13:01:57 +0400
commit73f395fa88d87ae14f38ad0aa7f863148d98eef2 (patch)
treeb7aa13cc1f7b13dd1b2be398f3575b0e62fcbd2c /hw/ppc
parent2b170effc7a0bb27f019727e5be02cd989e54e7d (diff)
downloadqemu-73f395fa88d87ae14f38ad0aa7f863148d98eef2.tar.gz
misc: New spelling fixes in comments
compatiblity -> compatibility continously -> continuously existance -> existence usefull -> useful shoudl -> should Signed-off-by: Stefan Weil <sw@weilnetz.de> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'hw/ppc')
-rw-r--r--hw/ppc/spapr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/ppc/spapr.c b/hw/ppc/spapr.c
index 004184d841..74aa5cce51 100644
--- a/hw/ppc/spapr.c
+++ b/hw/ppc/spapr.c
@@ -120,7 +120,7 @@ int spapr_allocate_irq_block(int num, bool lsi, bool msi)
* it has to be aligned to num to support multiple
* MSI vectors. MSI-X is not affected by this.
* The hint is used for the first IRQ, the rest should
- * be allocated continously.
+ * be allocated continuously.
*/
if (msi) {
assert((num == 1) || (num == 2) || (num == 4) ||