From 73f395fa88d87ae14f38ad0aa7f863148d98eef2 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Thu, 10 Oct 2013 20:53:40 +0200 Subject: misc: New spelling fixes in comments compatiblity -> compatibility continously -> continuously existance -> existence usefull -> useful shoudl -> should Signed-off-by: Stefan Weil Signed-off-by: Michael Tokarev --- hw/ppc/spapr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw/ppc/spapr.c') 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) || -- cgit v1.2.1