mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 17:23:56 -06:00
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>
This commit is contained in:
parent
2b170effc7
commit
73f395fa88
4 changed files with 5 additions and 5 deletions
|
@ -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) ||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue